コード例 #1
0
ファイル: AccountManager.cs プロジェクト: VorXal/xt_net_web
 public string[] GetRoles()
 {
     return(_accountDAO.GetRoles());
 }