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