Пример #1
0
 public IEnumerable <ImageProfileEntity> GetImageProfiles(int id)
 {
     return(_imageServices.SearchProfiles(id));
 }