/// <summary> /// Fire up the repos and service context in the constructor. /// </summary> /// <param name="oAuthorization"></param> public SyncService(OAuthorizationdto oAuthorization) { dataserviceFactory = new DataserviceFactory(oAuthorization); dataService = dataserviceFactory.getDataService(); syncObjects = new Syncdto(); syncRepository = new SyncRepository(); }