Add project files.
This commit is contained in:
6
MangaReader.Core/HttpService/HttpService.cs
Normal file
6
MangaReader.Core/HttpService/HttpService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MangaReader.Core.HttpService;
|
||||
|
||||
public class HttpService(HttpClient httpClient) : IHttpService
|
||||
{
|
||||
public Task<string> GetStringAsync(string url) => httpClient.GetStringAsync(url);
|
||||
}
|
||||
Reference in New Issue
Block a user