Example #1
0
 public MonthlyAccountingSummaryStatement ReadMonthlyAccountingSummaryStatement(string locationCode, string fromDate, string toDate)
 {
     return(AMSService.ReadMonthlyAccountingSummaryStatement(locationCode, fromDate, toDate));
 }