Esempio n. 1
0
		public DataSet GetAllSMSTemp()
		{
			using(SMSInfoDA smsInfoDA = new SMSInfoDA())
			{
				return smsInfoDA.GetAllSMSTemp();
			}
		}