public Perfil_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }
Example #2
0
 public Acesso_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }
 public Movimentacao_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }
Example #4
0
 public ContasAPagar_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }
Example #5
0
 public Cliente_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }
 public Operacao_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }
Example #7
0
 public Cofiguracao_Repositories()
 {
     this._clienteReposotiry = new Cliente_Repositories();
     this._context           = new Infra.Contexto.DB_Contetxt();
 }
Example #8
0
 public Produto_Repositories()
 {
     this.dbContextProcedure = new Infra.Contexto.DB_Contexto_Procedure();
     this._context           = new Infra.Contexto.DB_Contetxt();
 }
 public Endereco_Repositories()
 {
     this._context = new Infra.Contexto.DB_Contetxt();
 }