메소드 | 설명 | |
---|---|---|
ImageUploaderService ( IFileStorageService fileStorageService, IImageRepository imageRepository ) : System | ||
UploadUserImage ( User user, string title, string tags, byte data ) : void |
public ImageUploaderService ( IFileStorageService fileStorageService, IImageRepository imageRepository ) : System | ||
fileStorageService | IFileStorageService | |
imageRepository | IImageRepository | |
리턴 | System |
public UploadUserImage ( User user, string title, string tags, byte data ) : void | ||
user | User | |
title | string | |
tags | string | |
data | byte | |
리턴 | void |