コード例 #1
0
 public BaseResponse <int> Add(ComplexStaff model)
 {
     return(_organizationService.AddStaff(model));
 }