Esempio n. 1
0
		public int InsertSMSTemplate(string name,string content)
		{
			using(SMSInfoDA smsInfoDA = new SMSInfoDA())
			{
				return smsInfoDA.InsertSMSTemplate(name,content);
			}
		}