コード例 #1
0
ファイル: CandyService.cs プロジェクト: viesl/Training
 public IEnumerable <Candy> GetOnSale()
 {
     return(_candyRepository.GetOnSale());
 }