예제 #1
0
 public void RemoveReferenceByCategoryId(int categoryId)
 {
     ReferenceList.RemoveAll(x => x.CategoryId == categoryId);
 }
예제 #2
0
 public void RemoveReferenceByGoodId(int goodId)
 {
     ReferenceList.RemoveAll(x => x.GoodId == goodId);
 }