コード例 #1
0
 public AddItemResult AddBrand(Brand brand)
 {
     _feedsValid = false;
     return(_brandCollection.AddItem(brand));
 }