public BookRepository(LibSisContext context) : base(context) { }
public Repository(LibSisContext context) { Db = context; DbSet = Db.Set <TEntity>(); }
public UnitOfWork(LibSisContext context) { _context = context; }