示例#1
0
 public RepositoryBase(ContaPagarContext contaPagarContext)
 {
     Db    = contaPagarContext;
     DbSet = Db.Set <TEntity>();
 }