コード例 #1
0
ファイル: IlanManager.cs プロジェクト: ozturkselim99/SellCar
 public Ilan GetById(int id)
 {
     return(_ilanRepository.GetById(id));
 }