コード例 #1
0
 public Person Update(Person person) => _repository.Update(person);
コード例 #2
0
 public Book Update(Book book) => _repository.Update(book);