C# Class ECollegeAPI.Services.Discussions.FetchMyDiscussionResponsesByResponseService

Inheritance: BaseService
Mostrar archivo Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchMyDiscussionResponsesByResponseService ( long responseId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchMyDiscussionResponsesByResponseService() public method

public FetchMyDiscussionResponsesByResponseService ( long responseId ) : System.Collections.Generic
responseId long
return System.Collections.Generic

ProcessResponse() public method

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