public Person Update(Person person) => _repository.Update(person);
Ejemplo n.º 2
0
 public Book Update(Book book) => _repository.Update(book);