Ejemplo n.º 1
0
 public BaseResponse <Department> Add(Department model)
 {
     return(organizationService.AddDepartment(model));
 }