示例#1
0
 public async Task AddOrUpdateAsync(Person person)
 {
     await _peopleRepository.AddOrUpdateAsync(person);
 }