Correct formatting of _pagesWithModules declaration
This commit is contained in:
parent
9d646b2eed
commit
cafc70f1c9
@ -254,8 +254,7 @@
|
|||||||
private DateTime _createdon;
|
private DateTime _createdon;
|
||||||
private string _modifiedby;
|
private string _modifiedby;
|
||||||
private DateTime _modifiedon;
|
private DateTime _modifiedon;
|
||||||
private List<Page> _pagesWithModules
|
private List<Page> _pagesWithModules;
|
||||||
;
|
|
||||||
|
|
||||||
#pragma warning disable 649
|
#pragma warning disable 649
|
||||||
private PermissionGrid _permissionGrid;
|
private PermissionGrid _permissionGrid;
|
||||||
|
Reference in New Issue
Block a user