Ejemplo n.º 1
0
 public EditModalModel(IIdentityUserAppService identityUserAppService,
                       IUserDepartmentAppService userDepartmentAppService,
                       IDepartmentAppService departmentAppService)
 {
     IdentityUserAppService   = identityUserAppService;
     UserDepartmentAppService = userDepartmentAppService;
     DepartmentAppService     = departmentAppService;
 }
Ejemplo n.º 2
0
 public UserDepartmentController(IUserDepartmentAppService userDepartmentAppService)
 {
     UserDepartmentAppService = userDepartmentAppService;
 }