コード例 #1
0
ファイル: AddQuoteHandler.cs プロジェクト: zedr0n/ZES.Chronos
 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
ファイル: UpdateRootHandler.cs プロジェクト: zedr0n/ZES
 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)
 {
 }
コード例 #13
0
 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)
 {
 }
コード例 #15
0
 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)
 {
 }