Example #1
0
 public string UpdateItemGroup(string InputValue)
 {
     ServiceREF.InventoryService.CApplicationMessage message = service.UpdateInventoryItemGroup(InputValue);
     return(CJson.SerializeObject(message));
 }