public RepositoryProduto()
 {
     Context = new MercadinhoContext();
 }
Exemple #2
0
 public RepositoryEstoque()
 {
     Context = new MercadinhoContext();
 }
Exemple #3
0
 public RepositoryFornecedor()
 {
     Context = new MercadinhoContext();
 }
 public RepositoryCompra()
 {
     Context = new MercadinhoContext();
 }
Exemple #5
0
 public RepositoryVenda()
 {
     Context = new MercadinhoContext();
 }
Exemple #6
0
 public RepositoryCliente()
 {
     Context = new MercadinhoContext();
 }