Esempio n. 1
0
 public Uye GetByCookie(string cookUye)
 {
     return(_uyeDal.Get(x => StaticOperations.Md5Creator(x.Mail + "-" + x.Sifre) == cookUye));
 }