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

Inheritance: IPostThumbnailService
Afficher le fichier Open project: skimur/skimur

Méthodes publiques

Méthode Description
GetImage ( string thumb ) : Stream
PostThumbnailService ( IFileSystem fileSystem ) : System
UploadImage ( Image image ) : string

Private Methods

Méthode Description
RandomKey ( ) : string

Method Details

GetImage() public méthode

public GetImage ( string thumb ) : Stream
thumb string
Résultat Stream

PostThumbnailService() public méthode

public PostThumbnailService ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System

UploadImage() public méthode

public UploadImage ( Image image ) : string
image Image
Résultat string