Ejemplo n.º 1
0
 public LeaveAllocationController(ILeaveType repository, IMapper mapper, UserManager <IdentityUser> um, ILeaveAllocation repo)
 {
     _repository  = repository;
     _mapper      = mapper;
     _userManager = um;
     _repo        = repo;
 }
 public LeaveAllocationController(ILeaveAllocation leave)
 {
     _leave = leave;
 }