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