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