public GetUserDetailHandler(cothriveContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 2
0
 public GetEmployeesListQueryHandler(cothriveContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Ejemplo n.º 3
0
 public LoginHander(IAccountHelper helper, cothriveContext context)
 {
     _helper  = helper;
     _context = context;
 }