Skip to content

Instantly share code, notes, and snippets.

@tinganho
Created November 19, 2017 14:02
Show Gist options
  • Save tinganho/e555e76e25ea94408022da42aa8c65b4 to your computer and use it in GitHub Desktop.
Save tinganho/e555e76e25ea94408022da42aa8c65b4 to your computer and use it in GitHub Desktop.
class TestBlobStorage : IBlobStorage {
async Task<void> upload(Image image) {
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment