Пример #1
0
 public void AddSms(SmsBl smsBl, int phoneId)
 {
     _smsService.AddSms(smsBl, phoneId);
 }