Renamed the to>Entity Name>() functiuons to toEntity()

ref #76
This commit is contained in:
2021-01-10 16:31:55 +01:00
parent a00231dd3c
commit e6b9d4f273
22 changed files with 25 additions and 25 deletions

View File

@@ -72,7 +72,7 @@ export class CreateGroupContact {
/**
* Creates a new Address entity from this.
*/
public async toGroupContact(): Promise<GroupContact> {
public async toEntity(): Promise<GroupContact> {
let contact: GroupContact = new GroupContact();
contact.firstname = this.firstname;
contact.middlename = this.middlename;