Ejemplo n.º 1
0
 public RepositoryChollos()
 {
     _context = new ChollosContext();
 }
Ejemplo n.º 2
0
 public RepositoryChollos(ChollosContext context)
 {
     this.context = context;
 }