コード例 #1
0
 public async Task Add(ConvertModel model)
 {
     Converts.Add(model);
     await Complete();
 }