C# 클래스 Skimur.App.Services.Impl.PostThumbnailService

상속: IPostThumbnailService
파일 보기 프로젝트 열기: skimur/skimur

공개 메소드들

메소드 설명
GetImage ( string thumb ) : Stream
PostThumbnailService ( IFileSystem fileSystem ) : System
UploadImage ( Image image ) : string

비공개 메소드들

메소드 설명
RandomKey ( ) : string

메소드 상세

GetImage() 공개 메소드

public GetImage ( string thumb ) : Stream
thumb string
리턴 Stream

PostThumbnailService() 공개 메소드

public PostThumbnailService ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
리턴 System

UploadImage() 공개 메소드

public UploadImage ( Image image ) : string
image Image
리턴 string