Пример #1
0
 public static List <CashSheetSummaryModel> GetCashSheetChart()
 {
     return(SupportingRepository.GetCashSheetChart().ToList());
 }
Пример #2
0
 public static List <ServiceRoute> BALSaveServiceRoute(ServiceRoute model)
 {
     return(SupportingRepository.SaveServiceRoute(model).ToList());
 }
Пример #3
0
 public static List <PlacesModel> GetAllPlaces()
 {
     return(SupportingRepository.GetAllPlaces().ToList());
 }