public AuthorsController(CzytelniaContext context) { _context = context; }
public UsersController(CzytelniaContext context) { _context = context; }
public BooksController(CzytelniaContext context) { _context = context; }