public VendaRepository()
 {
     context = new SistemaContext();
 }
Ejemplo n.º 2
0
 public ProdutoRepository()
 {
     context = new SistemaContext();
 }