예제 #1
0
 public IEnumerable <Genero> BuscarPorTitulo(string titulo)
 {
     return(_generoRepository.BuscarPorTitulo(titulo));
 }