Created
August 29, 2020 14:35
-
-
Save itsgokhanyilmaz/a5332c86985f42e8970d8ef23b54bc2f to your computer and use it in GitHub Desktop.
BlobStorageService
This file contains 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
public interface BlobStorageService { | |
public URI uploadPicture(MultipartFile multipartFile); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment