Remove Root property from ResultView entity
Removed the Root navigation property and its [ForeignKey("Id")] attribute from the ResultView class, as it is no longer needed. No other changes were made to the class structure.
This commit is contained in:
@@ -7,9 +7,6 @@ public class ResultView
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
[ForeignKey("Id")]
|
||||
public OutRes? Root { get; set; }
|
||||
|
||||
public long? ActionId { get; set; }
|
||||
|
||||
public RecActionView? Action { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user