public MarketController(IMarketOrchestration marketOrchestration, INotificationOrchestration notificationOrchestration, IUserOrchestration userOrchestration) { _MarketOrhestration = marketOrchestration; _NotificationOrchestration = notificationOrchestration; _UserOrchestration = userOrchestration; }
public UsersController(IUserOrchestration userOrchestration) { _UserOrchestration = userOrchestration; }