protected BaseRepository(ContextoUtil context)
 {
     _context = context;
 }
 public RelatorioRepository(ContextoUtil context)
 {
     _context = context;
 }
Example #3
0
 protected ContasPagarReceberRepository(ContextoUtil context) : base(context)
 {
 }
Example #4
0
 public Pedidos(ContextoUtil contexto)
 {
     _context = contexto;
 }