Beispiel #1
0
 public string GetMobileByName(string LoginName)
 {
     return(dal.GetMobileByName(LoginName));
 }