예제 #1
0
 public PagamentoRepository(ProductryDbContext productryDbContext) : base(productryDbContext)
 {
 }
예제 #2
0
 public Repository(ProductryDbContext productryDbContext)
 {
     Db    = productryDbContext;
     DbSet = productryDbContext.Set <T>();
 }
예제 #3
0
 public ComprasRepository(ProductryDbContext productryDbContext) : base(productryDbContext)
 {
 }