Example #1
0
 public AddQuoteHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #2
0
 public CreateCoinHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #3
0
 public RegisterMarketHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #4
0
 public AddMinedCoinToHashflareHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #5
0
 public DepositAssetHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #6
0
 public SetCookieHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #7
0
 public UpdateRootHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
 public StartEnhancementHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #9
0
 public AddRootDetailsHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #10
0
 public ChangeWalletBalanceHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #11
0
 public UpdateMarketItemInfoHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }
Example #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)
 {
 }
 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)
 {
 }
Example #16
0
 public ExpireContractHandler(ZES.Interfaces.Domain.IEsRepository <ZES.Interfaces.Domain.IAggregate> repository) : base(repository)
 {
 }