Changed EpersonService to extend DataService

This commit is contained in:
Giuseppe
2018-09-14 15:01:32 +02:00
parent 49f37e8ad7
commit 6da159b763
11 changed files with 80 additions and 165 deletions

View File

@@ -0,0 +1,6 @@
export class SearchParam {
constructor(public fieldName: string, public fieldValue: any) {
}
}