示例#1
0
 public RoleService(IRepository repository, Services.IRoleService roleService, IUnitOfWork unitOfWork)
 {
     this.repository  = repository;
     this.unitOfWork  = unitOfWork;
     this.roleService = roleService;
 }
示例#2
0
 public RolesController(Services.IRoleService RoleService)
 {
     _roleService = RoleService;
 }
示例#3
0
 public RoleService(IRepository repository, Services.IRoleService roleService, IUnitOfWork unitOfWork)
 {
     this.repository = repository;
     this.unitOfWork = unitOfWork;
     this.roleService = roleService;
 }