コード例 #1
0
ファイル: SizeService.cs プロジェクト: mhthang/justbasic
 public IEnumerable <Size> GetAllByProduct(int ProductID)
 {
     return(sizeRepository.GetSizeByProduct(ProductID).Distinct());
 }