示例#1
0
 public void Dispose()
 {
     IdentityDbContextFactory.Destroy(_identityContext);
 }
示例#2
0
 public CommandHandlerTestBase()
 {
     _identityContext = IdentityDbContextFactory.Create();
 }