public BotSubscriptionService(IPlanObjectService planObjectService, IBotSubscriptionObjectService botSubscriptionObjectService, ITopicObjectService topicObjectService) { _planObjectService = planObjectService; _botSubscriptionObjectService = botSubscriptionObjectService; _topicObjectService = topicObjectService; }
public PlanAreaService( ITopicService topicService, IPlanAreaObjectService planAreaObjectService, ITopicObjectService topicObjectService, IBotSubscriptionObjectService botSubscriptionObjectService) { _topicService = topicService; _planAreaObjectService = planAreaObjectService; _topicObjectService = topicObjectService; _botSubscriptionObjectService = botSubscriptionObjectService; }