Exemple #1
0
 //for getting the data from the table
 public object GetStates()
 {
     StateDB = new StateDB();
     return(StateDB.GetState());
 }
Exemple #2
0
 public State GetState(int stateId)
 {
     return(StateDB.GetState(stateId));
 }