public UserService(ChartDbContext context) { _context = context; }
public Handler(ChartDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public Handler(ChartDbContext context) { _context = context; }