Exemplo n.º 1
0
 public static object Insert(STATION_ACCESS t)
 {
     return(BaseDA.Insert <STATION_ACCESS>("InsertSTATION_ACCESS", t));
 }
Exemplo n.º 2
0
 public static int Update(STATION_ACCESS t)
 {
     return(BaseDA.Update <STATION_ACCESS>("UpdateSTATION_ACCESS", t));
 }