コード例 #1
0
ファイル: RoleInfoController.cs プロジェクト: xingfudaiyan/OA
 public List <RoleInfo> GetRoleInfoList()
 {
     return(RoleInfo.GetList());
 }