示例#1
0
 public IEnumerable <uMedia> GetAllImagesAt(int folderId)
 {
     return(_imageRepository.GetAllAt(folderId));
 }