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