public VendaRepository()
 {
     context = new SistemaContext();
 }
Exemple #2
0
 public ProdutoRepository()
 {
     context = new SistemaContext();
 }