Code cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ namespace VAR.Focus.Web.Code.Entities
|
||||
public int Y { 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