Method | Description | |
---|---|---|
GetUploadModel ( System.Guid speakerId ) : |
||
PictureUploadService ( IRepository |
||
SavePicture ( System.Guid speakerId, System.Web.HttpPostedFileBase picture ) : bool | ||
TryGetShowModel ( System.Guid speakerId ) : |
Method | Description | |
---|---|---|
AddPictureToRepository ( |
||
ClearCurrentPicturesFromSpeaker ( |
||
ReadBytes ( System.Web.HttpPostedFileBase picture ) : byte[] |
public GetUploadModel ( System.Guid speakerId ) : |
||
speakerId | System.Guid | |
return |
public PictureUploadService ( IRepository |
||
repository | IRepository |
|
speakerRepository | IRepository |
|
return | System |
public SavePicture ( System.Guid speakerId, System.Web.HttpPostedFileBase picture ) : bool | ||
speakerId | System.Guid | |
picture | System.Web.HttpPostedFileBase | |
return | bool |
public TryGetShowModel ( System.Guid speakerId ) : |
||
speakerId | System.Guid | |
return |