C# Class ECollegeAPI.Services.Dropbox.FetchDropboxMessageService

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

Public Methods

Method Description
FetchDropboxMessageService ( long courseId, long basketId, long messageId ) : System.Collections.Generic
ProcessResponse ( string resp ) : void

Method Details

FetchDropboxMessageService() public method

public FetchDropboxMessageService ( long courseId, long basketId, long messageId ) : System.Collections.Generic
courseId long
basketId long
messageId long
return System.Collections.Generic

ProcessResponse() public method

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