コード例 #1
0
 public IEnumerable <Size> GetListSizeByProductId(int id)
 {
     return(_sizeRepository.GetListSizeByProductId(id));
 }