Ejemplo n.º 1
0
 public ModelService()
 {
     this.entities = new ModelDataEntities();
 }
Ejemplo n.º 2
0
 public ContextRepository()
 {
     managersContext = new ModelDataEntities();
 }