コード例 #1
0
 public RemoveItemResult <Brand> RemoveBrand(string brandId)
 {
     _feedsValid = false;
     return(_brandCollection.RemoveItemFromCollection(brandId));
 }