Example #1
0
 public async Task EditAsync(AutorEntity autorEntity)
 {
     await _autorRepository.EditAsync(autorEntity);
 }