コード例 #1
0
 public MarketController(IMarketOrchestration marketOrchestration,
                         INotificationOrchestration notificationOrchestration,
                         IUserOrchestration userOrchestration)
 {
     _MarketOrhestration        = marketOrchestration;
     _NotificationOrchestration = notificationOrchestration;
     _UserOrchestration         = userOrchestration;
 }
コード例 #2
0
 public NotificationController(INotificationOrchestration notificationOrchestration)
 {
     _NotificationOrchestration = notificationOrchestration;
 }