Beispiel #1
0
 /// <summary>
 /// checks if this position has been requested already by a user, returns true if it is, and false if it isn't
 /// </summary>
 public bool CheckUserAtProjectPos(int userID)
 {
     return(ProjectDB.CheckUserAtProjectPos(this.id, userID));
 }