public TecnologiasRepository() { this.context = new DbGesprog(); this.ListaDeTecnologias = new List <TECNOLOGIAS>(); }
public BancosRepository() { this.context = new DbGesprog(); }
public HorariosRepository() { this.context = new DbGesprog(); this.ListaDeHorarios = new List <HORARIOS>(); }
public EstadosRepository() { this.context = new DbGesprog(); this.ListaDeEstados = new List <ESTADO>(); }
public ProgramadoresRepository() { this.context = new DbGesprog(); this.horarios = new HORARIOS(); }
public CidadesRepository() { this.context = new DbGesprog(); this.ListaDeCidades = new List <CIDADE>(); }