コード例 #1
0
ファイル: RoleLogic.cs プロジェクト: anon20016/-XT_Q2
 public string[] GetAllRoles()
 {
     return(_roleDAO.GetAllRoles());
 }