コード例 #1
0
ファイル: AccountRemoteHelper.cs プロジェクト: sunsiz/We7CMS
 public void UpdateAccount(Account act, string[] fields)
 {
     RemoteHelper.UpdateAccount(act, fields);
 }