Example #1
0
 public List <AccGetMonthlyExpensesInDetail> ReadAccGetMonthlyExpensesInDetail(string locationCode, string projectCode)
 {
     return(AMSService.ReadAccGetMonthlyExpensesInDetail(locationCode, projectCode));
 }