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