add findByParent method to ComColDataService

This commit is contained in:
Art Lowel
2019-10-16 13:12:33 +02:00
committed by Marie Verdonck
parent aed4db6289
commit adfe881a81
5 changed files with 41 additions and 14 deletions

View File

@@ -147,7 +147,7 @@ export class FindListOptions {
startsWith?: string;
}
export class FindAllRequest extends GetRequest {
export class FindListRequest extends GetRequest {
constructor(
uuid: string,
href: string,