/// <summary> /// Constuctor /// </summary> /// <param name="dataPush"></param> public UpdateController(IDataPush dataPush) { _dataPush = dataPush; }