コード例 #1
0
 public List <GLAccountLedger> ReadGLAccountLedger(string locationCode, string fromDate, string toDate, string accountNo, string projectCode)
 {
     return(AMSService.ReadGLAccountLedger(locationCode, fromDate, toDate, accountNo, projectCode));
 }