Example #1
0
 public string GetMinutesOfSession(int SessionID)
 {
     return(SessionsComp.GetMinutesOfSession(SessionID));
 }