We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077a57d commit 5423ca8Copy full SHA for 5423ca8
src/Atc.Rest.Client/Options/ServiceCollectionExtensions.cs
@@ -1,11 +1,10 @@
1
using System;
2
using System.ComponentModel;
3
using Atc.Rest.Client.Builder;
4
-using Atc.Rest.Client.Options;
5
using Atc.Rest.Client.Serialization;
6
using Microsoft.Extensions.DependencyInjection;
7
8
-namespace Atc.Rest.Client
+namespace Atc.Rest.Client.Options
9
{
10
public static class ServiceCollectionExtensions
11
0 commit comments