Пример #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)
 {
 }