Exemplo n.º 1
0
 public string REST_CustomerInformation(string AgreementNo)
 {
     return(_func.JsonSerialize(_cust.CustomerInformation(AgreementNo)));
 }