Beispiel #1
0
 public async Task Put(T obj)
 {
     await Handler.CreateAsync(obj);
 }