コード例 #1
0
 public async Task <T> Replace(int id, T collection)
 {
     return(await manager.ReplaceAsync(id, collection));
 }