mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
Changed EpersonService to extend DataService
This commit is contained in:
6
src/app/core/cache/models/search-param.model.ts
vendored
Normal file
6
src/app/core/cache/models/search-param.model.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
export class SearchParam {
|
||||
constructor(public fieldName: string, public fieldValue: any) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user