Example #1
0
 public AuthorsController(BookCaseDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #2
0
 public BooksController(BookCaseDbContext context)
 {
     _context = context;
 }