Пример #1
0
 public GestorProfesionales(MockGestionContext con)
 {
     if (Context != null)
     {
         Context = con;
     }
     else
     {
         Context = new MockGestionContext();
     }
 }
Пример #2
0
 public GestorEquipos(MockGestionContext con)
 {
     if (Context != null)
     {
         Context = con;
     }
     else
     {
         Context = new MockGestionContext();
     }
 }