Exemple #1
0
 public void CreateNewInventory(string description)
 {
     _restApiClient.AddNewInventory(description, SelectedZoneId);
 }