コード例 #1
0
 public async void Update(Obligation obligation)
 {
     await _provider.InsertItem <Obligation>(obligation);
 }