| @@ -40,16 +40,16 @@ export class BrokerModel extends PeopleModel { | |||
| return ret; | |||
| } | |||
| public toPeopleModel(): PeopleModel{ | |||
| const ret = new PeopleModel( {} ); | |||
| ret.Id = this.Id; | |||
| ret.First = this.First; | |||
| ret.Last = this.Last; | |||
| ret.Middle = this.Middle; | |||
| ret.Title = this.Title; | |||
| ret.Display = this.Display; | |||
| ret.Nick = this.Nick; | |||
| ret.Enabled = this.Enabled; | |||
| return ret; | |||
| } | |||
| // public toPeopleModel(): PeopleModel{ | |||
| // const ret = new PeopleModel( {} ); | |||
| // ret.Id = this.Id; | |||
| // ret.First = this.First; | |||
| // ret.Last = this.Last; | |||
| // ret.Middle = this.Middle; | |||
| // ret.Title = this.Title; | |||
| // ret.Display = this.Display; | |||
| // ret.Nick = this.Nick; | |||
| // ret.Enabled = this.Enabled; | |||
| // return ret; | |||
| // } | |||
| } | |||