Example #1
0
 public bool EditPermission(NPermissionModel model)
 {
     return(PermissionDataCore.EditPermission(model));
 }