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