This commit is contained in:
@@ -39,7 +39,7 @@ namespace Sockeye.Models
|
||||
[Required]
|
||||
public long ObjectId { get; set; }
|
||||
[Required]
|
||||
public SockType SType { get; set; }//int
|
||||
public SockType SockType { get; set; }//int
|
||||
[NotMapped]
|
||||
public string ReviewObjectViz { get; set; }
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace Sockeye.Models
|
||||
}
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
public SockType SockType { get => SockType.Review; }
|
||||
public SockType SType { get => SockType.Review; }
|
||||
|
||||
}//eoc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user