Beispiel #1
0
 public UserRoleAdminController(IRolePresentationService rolePresentationService, IUserRolePresentationService userRolePresentationService, IUserAccountPresentationService userAccountPresentationService)
 {
     this.rolePresentationService = rolePresentationService;
     this.userRolePresentationService = userRolePresentationService;
     this.userAccountPresentationService = userAccountPresentationService;
 }
Beispiel #2
0
 public RoleAdminController(IRolePresentationService rolePresentationService)
 {
     this.rolePresentationService = rolePresentationService;
 }