コード例 #1
0
ファイル: SMS.cs プロジェクト: lichz/QYLY-DataChange
 public int Add(SMSModel model)
 {
     return(iSMS.Add(model));
 }