Application User setup WIP
This commit is contained in:
parent
c83442b4af
commit
cb6dd39596
16 changed files with 362 additions and 314 deletions
|
|
@ -59,8 +59,8 @@ namespace Tests
|
|||
{
|
||||
var conn = Container.Resolve<IDbConnection>();
|
||||
|
||||
var identitySystem = new Database.Core.SetupIdentitySystem(conn);
|
||||
identitySystem.CreateSystem("swp");
|
||||
var identitySystem = new Database.Core.DDL.SetupIdentitySystem(conn);
|
||||
// identitySystem..CreateSystem("swp");
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue