示例#1
0
 public bool EmailKontrol(string uyeMail)
 {
     return(_uyeDal.Control(x => x.Mail == uyeMail));
 }