Ejemplo n.º 1
0
 public override void UpdateCategoryVolume(string categoryId)
 {
     if (wrappedService != null)
     {
         Debug.LogFormat("Update Category Volume {0}", categoryId);
         wrappedService.UpdateCategoryVolume(categoryId);
     }
 }