コード例 #1
0
 public async Task AddUpdateAsync(Modelo modelo)
 {
     _modeloService.Add(modelo);
     await _modeloService.CommitAsync();
 }