public List <BankAdviceForSalaryReport> ReadBankAdviceForSalaryReport(string forMonth, string reportType, string generateType, string locationCode, string bankAccount) { return(raSolarHRMSRepository.ReadBankAdviceForSalaryReport(forMonth, reportType, generateType, locationCode, bankAccount)); }