public ProdutoRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
 public FornecedorRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
 public ComposicaoRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
Ejemplo n.º 4
0
 public PerfilRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
Ejemplo n.º 5
0
 public ClienteRepositorio()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }