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