fix
This commit is contained in:
parent
6fefa1e9d9
commit
2ce2273a53
|
|
@ -19,7 +19,6 @@ namespace AyCode.Entities.ServiceProviders
|
||||||
[Required]
|
[Required]
|
||||||
public Guid OwnerId { get; set; }
|
public Guid OwnerId { get; set; }
|
||||||
|
|
||||||
[NotMapped] //COMPANY_RENAME - J.
|
|
||||||
public Guid ProfileId { get; set; }
|
public Guid ProfileId { get; set; }
|
||||||
[NotMapped] //COMPANY_RENAME - J.
|
[NotMapped] //COMPANY_RENAME - J.
|
||||||
public TProfile Profile { get; set; }
|
public TProfile Profile { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue