コード例 #1
0
ファイル: AccountRemoteHelper.cs プロジェクト: sunsiz/We7CMS
 public int GetRoleCount(string siteID, OwnerRank type)
 {
     return(RemoteHelper.GetRoleCount(siteID, type));
 }