Пример #1
0
 public async Task <Libro> ObtenerLibroPorNombre(string nombre) => await _repository.ObtenerLibroPorNombre(nombre);