Exemplo n.º 1
0
 public SystemTransactionGenerationServiceTests()
 {
     _systemTransactionGenerator         = GetRequiredService <ISystemTransactionGenerator>();
     _systemTransactionGenerationService = new SystemTransactionGenerationService(new[] { _systemTransactionGenerator });
 }