コード例 #1
0
 public async Task <List <RoleAuthorize> > GetRoleAuthorizeList(string roleId)
 {
     return(await _roleAuthorizeRepository.GetRoleAuthorizeList(roleId));
 }