Пример #1
0
 public void Dispose()
 {
     IdentityDbContextFactory.Destroy(_identityContext);
 }
Пример #2
0
 public CommandHandlerTestBase()
 {
     _identityContext = IdentityDbContextFactory.Create();
 }