Ejemplo n.º 1
0
 public IEnumerable <BO.Bus> GetAllBus()
 {
     return(from item in dl.GetAllBuses()
            select BusDoBoAdapter(item));
 }