Esempio n. 1
0
 /// <summary>
 /// gets the profession that has the most project requests to join to in the website, by date.
 /// </summary>
 public static int ReturnMostRequestedProfession(DateTime date)
 {
     return(GeneralDB.ReturnMostRequestedProfession(date));
 }