public AuthorsController(EFWebAPIContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public BooksController(EFWebAPIContext context) { this.context = context; }