C# Class ECollegeAPI.Services.Discussions.FetchMyDiscussionTopicByIdService

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

Public Methods

Method Description
FetchMyDiscussionTopicByIdService ( string userTopicId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchMyDiscussionTopicByIdService() public method

public FetchMyDiscussionTopicByIdService ( string userTopicId ) : System.Collections.Generic
userTopicId string
return System.Collections.Generic

ProcessResponse() public method

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