Esempio n. 1
0
 public int DeleteState(State s)
 {
     return Delete(s);
 }
Esempio n. 2
0
 public int SaveState(State s)
 {
     return Save(s);
 }