Ejemplo n.º 1
0
 private static void LogSignIn()
 {
     LogLogins.Insert(DateTime.UtcNow, UserName, UserSecurityClass, UserStateCode, UserCountyCode,
                      UserLocalCode, UserDesignCode, UserOrganizationCode, UserIssuesCode, UserPartyKey,
                      UserPoliticianKey);
 }
Ejemplo n.º 2
0
 private static void LogSignIn()
 {
     LogLogins.Insert(DateTime.UtcNow, UserName, UserSecurityClass, UserStateCode, UserCountyCode,
                      UserLocalKey, Empty, Empty, Empty, UserPartyKey,
                      UserPoliticianKey);
 }