예제 #1
0
 public UsuarioRepositorio(CadastroEntities2 ctx)
 {
     this.db = ctx;
 }
예제 #2
0
 public UsuarioRepositorio()
 {
     this.db = new CadastroEntities2();
 }