This commit is contained in:
jozsef.b@aycode.com 2024-05-26 12:11:44 +02:00
parent 6fefa1e9d9
commit 2ce2273a53
1 changed files with 0 additions and 1 deletions

View File

@ -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; }