Exemple #1
0
 // Construct stamp string based on the provided date time and current sessionId
 public static string GetStamp(DateTime dateTime)
 {
     return(SessionsRepository.GetSessionStamp(dateTime));
 }