C# Class Skimur.App.Services.Impl.PostThumbnailService

Inheritance: IPostThumbnailService
Mostra file Open project: skimur/skimur

Public Methods

Method Description
GetImage ( string thumb ) : Stream
PostThumbnailService ( IFileSystem fileSystem ) : System
UploadImage ( Image image ) : string

Private Methods

Method Description
RandomKey ( ) : string

Method Details

GetImage() public method

public GetImage ( string thumb ) : Stream
thumb string
return Stream

PostThumbnailService() public method

public PostThumbnailService ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System

UploadImage() public method

public UploadImage ( Image image ) : string
image Image
return string