Example #1
0
 public ArrayList GetBankAccountInformation(byte specialAccountType, string locationCode, string projectCode, string isValidforLocation)
 {
     return(AMSService.GetBankAccountInformation(specialAccountType, locationCode, projectCode, isValidforLocation));
 }