Exemplo n.º 1
0
 public void SetInt(string _dataToSave, int _id, int _value)
 {
     _currentSaveMethod.SaveInt(_dataToSave, _id, _value);
 }