Permissions & Authorization for Users #24
Initial Release; Includes Database and MVC refactoring
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Disco.Data.Repository.Monitor
|
||||
internal List<Action<RepositoryMonitorEvent>> executeAfterCommit;
|
||||
|
||||
[JsonIgnore]
|
||||
public DiscoDataContext dbContext { get; set; }
|
||||
public DiscoDataContext Database { get; set; }
|
||||
|
||||
public RepositoryMonitorEventType EventType { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user