Ejemplo n.º 1
0
 public IEnumerable <string> GetAllGenres()
 {
     return(_movieContext.GetAllGenres());
 }