This commit is contained in:
@@ -29,8 +29,12 @@ namespace AyaNova.Models
|
||||
public string CompletionNotes { get; set; }
|
||||
[Required]
|
||||
public long UserId { get; set; }
|
||||
[NotMapped]
|
||||
public string UserViz { get; set; }
|
||||
[Required]
|
||||
public long AssignedByUserId { get; set; }
|
||||
[NotMapped]
|
||||
public string AssignedByUserViz { get; set; }
|
||||
|
||||
[Required]
|
||||
public long ObjectId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user