Skip to content

Commit

Permalink
기타 사용되지 않는 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu committed Dec 15, 2023
1 parent 0ed0b11 commit 249318b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/TableCloth/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ internal static class Extensions
{
public static HttpClient CreateTableClothHttpClient(this IHttpClientFactory httpClientFactory)
=> httpClientFactory!.CreateClient(nameof(TableCloth));

public static T AssignService<T>(this IServiceProvider serviceProvider, out T target)
where T : class
=> target = serviceProvider.GetService(typeof(T)) as T;
}
}

0 comments on commit 249318b

Please sign in to comment.