コード例 #1
0
ファイル: AccountRemoteHelper.cs プロジェクト: sunsiz/We7CMS
 public void AddPermission(int ownerType, string ownerID, string objectID, string[] contents)
 {
     LocalHelper.AddPermission(ownerType, ownerID, objectID, contents);
 }