Example #1
0
 public void HandleRemoveAction(IContentPack contentPack, Category category)
 {
     Assert.FarmAnimalCategoryExists(category.Category);
     FarmAnimals.RemoveCategory(category.Category);
 }