Пример #1
0
 public static BusDipoModel BALGetAllDipo()
 {
     return(new BusDipoModel {
         DipoList = BusRepository.GetAllDipo()
     });
 }