Exemple #1
0
 public EditModalModel(IIdentityUserAppService identityUserAppService,
                       IUserDepartmentAppService userDepartmentAppService,
                       IDepartmentAppService departmentAppService)
 {
     IdentityUserAppService   = identityUserAppService;
     UserDepartmentAppService = userDepartmentAppService;
     DepartmentAppService     = departmentAppService;
 }
 public UserDepartmentController(IUserDepartmentAppService userDepartmentAppService)
 {
     UserDepartmentAppService = userDepartmentAppService;
 }