Skip to content

Instantly share code, notes, and snippets.

View MarcusOtter's full-sized avatar
🤹‍♂️
Juggling projects

Marcus Otterström MarcusOtter

🤹‍♂️
Juggling projects
View GitHub Profile
using System;
using System.IO;
using System.Threading.Tasks;
using System.Net.Http;
namespace Example
{
public interface IImageDownloader
{
Task DownloadImageAsync(string directoryPath, string fileName, Uri uri);