コード例 #1
0
 public ProdutoRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
コード例 #2
0
 public FornecedorRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
コード例 #3
0
 public ComposicaoRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
コード例 #4
0
 public PerfilRepositories()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }
コード例 #5
0
 public ClienteRepositorio()
 {
     this.context = new Infra.Contex.DbDefaultContext();
 }