示例#1
0
 public ActionResult GetPhotos(int id) => Ok(Mapper.Map <IEnumerable <PhotoDTO>, IEnumerable <Photo> >(_photosService.GetByFilmId(id)));