示例#1
0
 public Resim GetByUrl(string url)
 {
     return(_resimRepository.GetByUrl(url));
 }