Created
November 19, 2017 13:52
-
-
Save tinganho/0bcf361986982da8184d23df99af8d83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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