Merge pull request #2580 from markdav-is/patch-3
Make ActiveDatabase setter public
This commit is contained in:
		| @ -31,7 +31,7 @@ namespace Oqtane.Repository | ||||
|             _accessor = httpContextAccessor; | ||||
|         } | ||||
|  | ||||
|         public IDatabase ActiveDatabase { get; private set; } | ||||
|         public IDatabase ActiveDatabase { get; set; } | ||||
|  | ||||
|         protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) | ||||
|         { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker