using System.Threading.Tasks; namespace GxPress.Service.Interface.Doc { public interface IDocService:IService { Task MakeDoc(int flowId, int userId); } }