Code cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ namespace VAR.Focus.Web.Code.Entities
|
||||
public string Description { get; set; }
|
||||
|
||||
private bool _active = true;
|
||||
public bool Active { get { return _active} set { _active = value; } }
|
||||
public bool Active { get { return _active; } set { _active = value; } }
|
||||
public string CreatedBy { get; set; }
|
||||
public DateTime CreatedDate { get; set; }
|
||||
public string ModifiedBy { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user