diff --git a/AyCode.Entities/ServiceProviders/AcCompany.cs b/AyCode.Entities/ServiceProviders/AcCompany.cs index 3599304..20e8381 100644 --- a/AyCode.Entities/ServiceProviders/AcCompany.cs +++ b/AyCode.Entities/ServiceProviders/AcCompany.cs @@ -19,7 +19,6 @@ namespace AyCode.Entities.ServiceProviders [Required] public Guid OwnerId { get; set; } - [NotMapped] //COMPANY_RENAME - J. public Guid ProfileId { get; set; } [NotMapped] //COMPANY_RENAME - J. public TProfile Profile { get; set; }