protected CrudChannelService(ISlackHttpService httpService, IHttpContentService httpContentService) { _httpContentService = httpContentService ?? throw new ArgumentNullException(nameof(httpContentService)); _httpService = httpService ?? throw new ArgumentNullException(nameof(httpService)); }
protected CrudMemberService(ISlackHttpService httpService) { _httpService = httpService ?? throw new ArgumentNullException(nameof(httpService)); }