コード例 #1
0
 public IEnumerable <FilmShort> GetAllFSByTitle(string Title)
 {
     return(_service.GetAllFSByTitle(Title));
 }