Exemplo n.º 1
0
 public BrokerController(
     IBrokerAppService binaryObjectManager,
     IAppFolders appFolders)
 {
     _binaryObjectManager = binaryObjectManager;
     _appFolders          = appFolders;
 }
Exemplo n.º 2
0
 public BrokerController(
     IBrokerAppService brokerAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _brokerAppService = brokerAppService;
 }