Updated comments

ref #104
This commit is contained in:
2021-01-19 17:57:15 +01:00
parent c172aa8bf8
commit a4e8311cbd
2 changed files with 6 additions and 5 deletions

View File

@@ -6,8 +6,9 @@ import { Address } from '../../entities/Address';
import { GroupContact } from '../../entities/GroupContact';
import { RunnerGroup } from '../../entities/RunnerGroup';
/**
* This classed is used to create a new Group entity from a json body (post request).
* This class is used to update a GroupContact entity (via put request).
*/
export class UpdateGroupContact {
/**