예제 #1
0
 public string CheckLocationForAreaAdjustMentByCustomerID(string location, string StoreCode, string CustomerID)
 {
     try
     {
         ReceiptManagementAccessor accessor = new ReceiptManagementAccessor();
         return(accessor.CheckLocationForAreaAdjustMentByCustomerID(location, StoreCode, CustomerID));
     }
     catch (Exception ex)
     {
         return("");
     }
 }