Ejemplo n.º 1
0
 public BaseResponse <Project> Add(Project model)
 {
     return(taskService.AddProject(model));
 }