public ProdutoRepositories() { this.context = new Infra.Contex.DbDefaultContext(); }
public FornecedorRepositories() { this.context = new Infra.Contex.DbDefaultContext(); }
public ComposicaoRepositories() { this.context = new Infra.Contex.DbDefaultContext(); }
public PerfilRepositories() { this.context = new Infra.Contex.DbDefaultContext(); }
public ClienteRepositorio() { this.context = new Infra.Contex.DbDefaultContext(); }