Update AreaComAdminWindow
This commit is contained in:
@ -15,5 +15,8 @@ namespace Elwig.Models {
|
||||
|
||||
[Column("active")]
|
||||
public bool IsActive { get; set; }
|
||||
public override string ToString() {
|
||||
return Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user