Example #1
0
 public DataSet GetIPBasedInformation(string UserIP)
 {
     return(_objSearchDal.GetIPBasedInformation(UserIP));
 }