Example #1
0
 public bool EditWorkRole(NWorkRoleModel model)
 {
     return(PermissionDataCore.EditWorkRole(model));
 }