Example #1
0
 public NotesService(HassleFreeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #2
0
 public UserService(IConfiguration configuration, HassleFreeContext context, IMapper mapper)
 {
     _configuration = configuration;
     _context       = context;
     _mapper        = mapper;
 }