C# Class IndexedDBSync.Controllers.ServiceController

Created By: Brij Mohan More info: http://techbrij.com Object: Service for IndexedDB Synchronization
Inheritance: ApiController
Exibir arquivo Open project: techbrij/SyncIndexedDB

Public Methods

Method Description
Get ( int revision ) : dynamic

To get the latest changes after the revision

Post ( Newtonsoft.Json.Linq.JObject data ) : dynamic

To save the changes

Method Details

Get() public method

To get the latest changes after the revision
public Get ( int revision ) : dynamic
revision int
return dynamic

Post() public method

To save the changes
public Post ( Newtonsoft.Json.Linq.JObject data ) : dynamic
data Newtonsoft.Json.Linq.JObject
return dynamic