Beispiel #1
0
 public string GetLoginNameByEmail(string strEmail)
 {
     return(dal.GetLoginNameByEmail(strEmail));
 }