예제 #1
0
 public List <AccIncomeStatementForMonthlyMIS> ReadAccIncomeStatementForMonthlyMIS(string fromDate, string toDate)
 {
     return(AMSService.ReadAccIncomeStatementForMonthlyMIS(fromDate, toDate));
 }