예제 #1
0
 public ICollection <SubSubSubAccount> GetBankStatementByYear(int year)
 {
     return(_iReportGateway.GetBankStatementByYear(year));
 }