public GestorProfesionales(MockGestionContext con) { if (Context != null) { Context = con; } else { Context = new MockGestionContext(); } }
public GestorEquipos(MockGestionContext con) { if (Context != null) { Context = con; } else { Context = new MockGestionContext(); } }