コード例 #1
0
 public UsuarioRepositorio(CadastroEntities2 ctx)
 {
     this.db = ctx;
 }
コード例 #2
0
 public UsuarioRepositorio()
 {
     this.db = new CadastroEntities2();
 }