You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Extensions/DependencyInjectionExtensions.cs
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
usingSystem.Linq;
3
3
usingSystem.Reflection;
4
4
usingMicrosoft.Extensions.DependencyInjection;
5
-
usingRestSharp.Extensions;
6
5
usingVolte.Services;
7
6
8
7
namespaceVolte.Extensions
@@ -13,9 +12,8 @@ public static IServiceCollection AddVolteServices(this IServiceCollection provid
13
12
{
14
13
//get all the classes that implement the IService interface, arent an interface themselves, and haven't been marked as Obsolete like the GitHubService.
0 commit comments