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