Ejemplo n.º 1
0
 public Context()
 {
     context = new PruebaSqlEntities();
 }
 public Repository()
 {
     context = Context.GetContext();
 }