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