Exemple #1
0
 /// <summary>
 /// Gets an IDataReader with rows from the mp_Users table which have the passed in IP Address
 /// </summary>
 public static IDataReader GetUsersByIPAddress(Guid siteGuid, string ipv4Address)
 {
     return(DBUserLocation.GetUsersByIPAddress(siteGuid, ipv4Address));
 }