C# Class ECollegeAPI.Services.Discussions.PostMyResponseToTopicService

Inheritance: BaseService
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7

Méthodes publiques

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

Method Details

PostMyResponseToTopicService() public méthode

public PostMyResponseToTopicService ( long topicId, string responseTitle, string responseText ) : System.Collections.Generic
topicId long
responseTitle string
responseText string
Résultat System.Collections.Generic

PrepareRequest() public méthode

public PrepareRequest ( RestRequest req ) : void
req RestSharp.RestRequest
Résultat void