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