예제 #1
0
파일: Product.cs 프로젝트: adamm931/Shopy
 public void RemoveSize(SizeTypeId sizeTypeId)
 {
     Sizes.RemoveAll(size => size.Id == sizeTypeId);
 }