public VendaRepository()
 {
     context = new SistemaContext();
 }
Пример #2
0
 public ProdutoRepository()
 {
     context = new SistemaContext();
 }