This commit is contained in:
@@ -21,6 +21,8 @@ namespace AyaNova.Models
|
||||
public decimal? DollarAmount { get; set; }
|
||||
public bool? Active { get; set; }
|
||||
public UserType UserType { get; set; }
|
||||
[NotMapped]
|
||||
public string UserTypeViz { get; set; }
|
||||
public DateTime? StartDate { get; set; }
|
||||
public DateTime? EndDate { get; set; }
|
||||
public string Notes { get; set; }
|
||||
@@ -34,6 +36,8 @@ namespace AyaNova.Models
|
||||
public User User { get; set; }
|
||||
|
||||
public long? UserId { get; set; }
|
||||
[NotMapped]
|
||||
public string UserViz { get; set; }
|
||||
|
||||
public Widget()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user