Beispiel #1
0
 public int GetInt(string _dataToSave, int _id)
 {
     return(_currentSaveMethod.GetInt(_dataToSave, _id));
 }