Пример #1
0
 public static void InsertSms(Common.Sms sms)
 {
     Business.Sms smsController = new Business.Sms();
     smsController.Insert(sms);
 }