Ejemplo n.º 1
0
 //adds a comment to the group
 public void AddComment(string UNI, int teamID, DateTime date, string comment)
 {
     sql.AddComment(UNI, teamID, date.ToString("yyyy-MM-dd HH:mm:ss"), comment);
 }