C# Class SpeakerNet.Services.SpeakerPictureService

Inheritance: ISpeakerPictureService
显示文件 Open project: dotnet-koelnbonn/SpeakerNet

Public Methods

Method Description
SpeakerPictureService ( IRepository repository ) : System
TryGetPicture ( System.Guid speakerId ) : SpeakerPicture

Method Details

SpeakerPictureService() public method

public SpeakerPictureService ( IRepository repository ) : System
repository IRepository
return System

TryGetPicture() public method

public TryGetPicture ( System.Guid speakerId ) : SpeakerPicture
speakerId System.Guid
return SpeakerNet.Models.SpeakerPicture