From b8343b199462f21b62062afeb99045ae21781a54 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Sun, 30 Jun 2019 15:09:55 +0300 Subject: [PATCH] accrual balances page added --- .../authentication/models/check-activation-code.response.ts | 3 +-- .../services/authentication/models/smscheck.response.ts | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Mohem/src/app/hmg-common/services/authentication/models/check-activation-code.response.ts b/Mohem/src/app/hmg-common/services/authentication/models/check-activation-code.response.ts index 019139be..a1518041 100644 --- a/Mohem/src/app/hmg-common/services/authentication/models/check-activation-code.response.ts +++ b/Mohem/src/app/hmg-common/services/authentication/models/check-activation-code.response.ts @@ -13,6 +13,5 @@ export class CheckActivationCodeResponse extends Response { CompanyImageURL: string; MemberInformationList:AuthenticatedUser[]; - CompanyImageDescription: string; - CompanyImageURL : string; + } diff --git a/Mohem/src/app/hmg-common/services/authentication/models/smscheck.response.ts b/Mohem/src/app/hmg-common/services/authentication/models/smscheck.response.ts index 447ec734..70fc4dba 100644 --- a/Mohem/src/app/hmg-common/services/authentication/models/smscheck.response.ts +++ b/Mohem/src/app/hmg-common/services/authentication/models/smscheck.response.ts @@ -13,6 +13,5 @@ export class SMSCheckResponse extends Response { public CompanyImageDescription:string; public CompanyImageURL:string; public EMPLOYEE_MOBILE_NUMBER:string; - CompanyImageDescription : string; - CompanyImageURL : string; + }