Example #1
0
 public AuthorsController(EFWebAPIContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Example #2
0
 public BooksController(EFWebAPIContext context)
 {
     this.context = context;
 }