コード例 #1
0
 public TecnologiasRepository()
 {
     this.context            = new DbGesprog();
     this.ListaDeTecnologias = new List <TECNOLOGIAS>();
 }
コード例 #2
0
 public BancosRepository()
 {
     this.context = new DbGesprog();
 }
コード例 #3
0
 public HorariosRepository()
 {
     this.context         = new DbGesprog();
     this.ListaDeHorarios = new List <HORARIOS>();
 }
コード例 #4
0
 public EstadosRepository()
 {
     this.context        = new DbGesprog();
     this.ListaDeEstados = new List <ESTADO>();
 }
コード例 #5
0
 public ProgramadoresRepository()
 {
     this.context  = new DbGesprog();
     this.horarios = new HORARIOS();
 }
コード例 #6
0
 public CidadesRepository()
 {
     this.context        = new DbGesprog();
     this.ListaDeCidades = new List <CIDADE>();
 }