コード例 #1
0
 public IEnumerable <RemoveItemResult <Brand> > RemoveBrands(IEnumerable <string> brandIds)
 {
     _feedsValid = false;
     return(_brandCollection.RemoveItemsFromCollection(brandIds));
 }