From 44d4e3b667b6b44b77fc561d5154fa44f6b8bfa6 Mon Sep 17 00:00:00 2001 From: thisisminh172 Date: Wed, 17 Feb 2021 10:26:08 +0700 Subject: [PATCH] ok --- eShopSolution.Data/Entities/AppUser.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/eShopSolution.Data/Entities/AppUser.cs b/eShopSolution.Data/Entities/AppUser.cs index fb6e577..3cf97b5 100644 --- a/eShopSolution.Data/Entities/AppUser.cs +++ b/eShopSolution.Data/Entities/AppUser.cs @@ -18,5 +18,6 @@ public class AppUser : IdentityUser public List Orders { get; set; } public List Transactions { get; set; } + //comment } }