C# Class ECollegeAPI.Services.Discussions.FetchMyDiscussionResponsesByTopicService

Inheritance: BaseService
显示文件 Open project: PearsonLearningStudio/mobile2-windows7

Public Methods

Method Description
FetchMyDiscussionResponsesByTopicService ( long topicId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchMyDiscussionResponsesByTopicService() public method

public FetchMyDiscussionResponsesByTopicService ( long topicId ) : System.Collections.Generic
topicId long
return System.Collections.Generic

ProcessResponse() public method

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