Ejemplo n.º 1
0
 public void getHorarioPlanilla()
 {
     mHorario lg = new mHorario();
     List<List<horarioDTO>> llHor = lg.getHorarioPlanilla("ruta 10b",(new DateTime(2015,1,1)),4);
     Assert.IsNotNull(llHor);
 }
Ejemplo n.º 2
0
 public void getHorario()
 {
     mHorario lg = new mHorario();
     List<horarioDTO> lHor = lg.get("ruta 12");
     Assert.IsNotNull(lHor);
 }