Example #1
0
 public static async Task <bool> CreateItem(ConsumeItem item)
 {
     return(await restService.CreateItem(item));
 }