コード例 #1
0
 public GeneSynthesizerService(IUnitOfWork unitOfWork, IIdentityStorage identityStorage,
                               IChannelConfigurationService channelConfigurationService)
     : base(unitOfWork, identityStorage)
 {
     this.channelConfigurationService = channelConfigurationService;
 }
コード例 #2
0
 public ChannelConfigurationController(IChannelConfigurationService channelConfigurationService)
 {
     this.channelConfigurationService = channelConfigurationService;
 }