Browse Source

push missing files

feature/19315_Customer-Registration-new
shakun 7 months ago
parent
commit
5ed2234d27
  1. 3
      CustomerOnlineV2/CustomerOnlineV2.Common/Models/AccountModel/AccountModel.cs

3
CustomerOnlineV2/CustomerOnlineV2.Common/Models/AccountModel/AccountModel.cs

@ -46,6 +46,9 @@ namespace CustomerOnlineV2.Common.Models.AccountModel
public string? MembershipId { get; set; }
public bool IsEmailVerified { get; set; }
public string? Selfiepath { get; set; }
public string? TotalPoints { get; set;}
public string? RegPoints { get; set; }
public string? TranPoints { get; set; }
}
public class VerifyOtpModel
{

Loading…
Cancel
Save