LifePayment/LifePayment.Domain/Common/User.cs
@@ -10,9 +10,8 @@ { public User() { UserRoles = new HashSet<UserRole>(); UserChannle = new HashSet<UserChannle>(); } /// <summary> @@ -180,10 +179,8 @@ /// </summary> public Guid? IndustrialParkId { get; set; } public ICollection<UserRole> UserRoles { get; set; } public ICollection<UserChannle> UserChannle { get; set; } } }