Beispiel #1
0
 public Task <int> ExecuteNonQuery(DbCommand cmd)
 {
     return(DatabaseTasks.ExecuteNonQueryAsync(cmd, GetConnection()));
 }