Example #1
0
 public CompradoresRepositorio()
 {
     _contexto = new PruebaMVCContext();
 }
Example #2
0
 public CompradoresRepositorio(PruebaMVCContext contexto)
 {
     _contexto = contexto;
 }