コード例 #1
0
ファイル: ResimManager.cs プロジェクト: ozturkselim99/SellCar
 public Resim GetByUrl(string url)
 {
     return(_resimRepository.GetByUrl(url));
 }