C# Class ECollegeAPI.Services.Discussions.PostMyResponseToTopicService

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

Public Methods

Method Description
PostMyResponseToTopicService ( long topicId, string responseTitle, string responseText ) : System.Collections.Generic
PrepareRequest ( RestRequest req ) : void

Method Details

PostMyResponseToTopicService() public method

public PostMyResponseToTopicService ( long topicId, string responseTitle, string responseText ) : System.Collections.Generic
topicId long
responseTitle string
responseText string
return System.Collections.Generic

PrepareRequest() public method

public PrepareRequest ( RestRequest req ) : void
req RestSharp.RestRequest
return void