示例#1
0
 public ProfileController(IIdentityUserApplicationService userService)
 {
     this.userService = userService;
 }
 public EmployeesController(IAppUserAppService userService, IIdentityUserApplicationService identityUserService)
 {
     this.userService         = userService;
     this.identityUserService = identityUserService;
 }