Example #1
0
 public Sms Get(int id)
 {
     return(_Smss.GetSms(id));
 }