示例#1
0
文件: Product.cs 项目: adamm931/Shopy
 public void RemoveSize(SizeTypeId sizeTypeId)
 {
     Sizes.RemoveAll(size => size.Id == sizeTypeId);
 }