コード例 #1
0
 public IEnumerable <Image> FindImageById(Guid id)
 {
     return(_reponsitory.FindImageById(id));
 }