Пример #1
0
 public RoleInfo GetRoleInfoById(int roleId)
 {
     return(roleInfoService.GetRoleInfoById(roleId));
 }