예제 #1
0
 public ICollection <ViewLedgerModel> GetGeneralLedgerReportBySearchCriteria(SearchCriteria searchCriteria)
 {
     return(_iReportGateway.GetGeneralLedgerReportBySearchCriteria(searchCriteria));
 }