C# Class ECollegeAPI.Services.Multimedia.FetchHtmlByIdService

Inheritance: BaseService
Exibir arquivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchHtmlByIdService ( long courseId, long htmlId ) : System
ProcessResponse ( string resp ) : void

Method Details

FetchHtmlByIdService() public method

public FetchHtmlByIdService ( long courseId, long htmlId ) : System
courseId long
htmlId long
return System

ProcessResponse() public method

public ProcessResponse ( string resp ) : void
resp string
return void