Beispiel #1
0
 public static SqlDataReader getType(string icno)
 {
     return(BikeInfoServer.getType(icno));
 }
Beispiel #2
0
 public static object MakeCard(string icno, string bikeno, string bikeowername, string bikeowertel, string bikeoweraddr, System.DateTime icstatetime, System.DateTime icexpiretime, string icstate, string bikePhoto, string userName)
 {
     return(BikeInfoServer.MakeCard(icno, bikeno, bikeowername, bikeowertel, bikeoweraddr, icstatetime, icexpiretime, icstate, bikePhoto, userName));
 }