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