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