Example #1
0
 private string GetUniqueId(string url)
 {
     return(Helper.GetMD5(url + DateTime.Now.ToLongTimeString()));
 }