public IEnumerable <FilmShort> GetAllFSByKeyWords(string KeyWords)
 {
     return(_service.GetAllFSByKeyWords(KeyWords));
 }
예제 #2
0
 public IEnumerable <FilmShort> GetAllFSByKeyWords(string keyword)
 {
     return(_service.GetAllFSByKeyWords(keyword));
 }