Esempio n. 1
0
 public static List <TransactionReportModel> getAllReportData()
 {
     return(TransactionReportRepository.GetAllReport());
 }