Beispiel #1
0
 public Task <object> ExecuteScalar(DbCommand cmd)
 {
     return(DatabaseTasks.ExecuteScalarAsync(cmd, GetConnection()));
 }