Beispiel #1
0
 public DataTable GetMobileNumber(string UserName)
 {
     try
     {
         DBA = new UserBLL();
         return(DBA.GetMobileNumberinbill(UserName));
     }
     catch (Exception)
     {
         throw;
     }
 }