Ejemplo n.º 1
0
 public static List <CashSheetSummaryModel> GetCashSheetChart()
 {
     return(SupportingRepository.GetCashSheetChart().ToList());
 }
Ejemplo n.º 2
0
 public static List <ServiceRoute> BALSaveServiceRoute(ServiceRoute model)
 {
     return(SupportingRepository.SaveServiceRoute(model).ToList());
 }
Ejemplo n.º 3
0
 public static List <PlacesModel> GetAllPlaces()
 {
     return(SupportingRepository.GetAllPlaces().ToList());
 }