Skip to content

Instantly share code, notes, and snippets.

@tinganho
Created November 19, 2017 13:52
Show Gist options
  • Save tinganho/0bcf361986982da8184d23df99af8d83 to your computer and use it in GitHub Desktop.
Save tinganho/0bcf361986982da8184d23df99af8d83 to your computer and use it in GitHub Desktop.
class ImageService {
UserService(IBlobService _blobStorageService) { }
uploadImage(Image image) {
_blobStorageService.upload(image.toReadStream());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment