コード例 #1
0
 public List <AccountingDataEntryStatus> ReadAccountingDataEntryStatus(string reportType, string locationCode, string yearMonth)
 {
     return(AMSService.ReadAccountingDataEntryStatus(reportType, locationCode, yearMonth));
 }