Exemplo n.º 1
0
 public AccountOperationTests()
     : base()
 {
     operationLogic = serviceProvider.GetService <IOperationLogic>();
 }
Exemplo n.º 2
0
 public TransctionOperationTests()
     : base()
 {
     operationLogic = serviceProvider.GetService <IOperationLogic>();
 }
Exemplo n.º 3
0
 public ConsoleApplication(IOperationLogic operationLogic, IHostApplicationLifetime appLifetime, ILogger logger)
 {
     this.operationLogic = operationLogic;
     this.appLifetime    = appLifetime;
     this.logger         = logger;
 }