Esempio n. 1
0
 public AddQuoteHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 2
0
 public CreateCoinHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 3
0
 public RegisterMarketHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 4
0
 public AddMinedCoinToHashflareHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 5
0
 public DepositAssetHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 6
0
 public SetCookieHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 7
0
 public UpdateRootHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 8
0
 public StartEnhancementHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 9
0
 public AddRootDetailsHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 10
0
 public ChangeWalletBalanceHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 11
0
 public UpdateMarketItemInfoHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 12
0
 public RecordTransactionHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
 public UpdateTransactionDetailsHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 14
0
 public StartTransferHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
 public CompleteEnhancementTestHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Esempio n. 16
0
 public ExpireContractHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }