public CADASTRO_CLIENTEController()
 {
     this.db = new TESTEPRATICOEntities();
 }
示例#2
0
 public CadastroDAO()
 {
     this.context = new TESTEPRATICOEntities();
 }