示例#1
0
 public Task UpdateAsync(T obj)
 {
     return(Task.Run(async() => await db.UpdateAsync <T>(obj)));
 }