Ejemplo n.º 1
0
 public static string Driver(string id)
 {
     return(new JavaScriptSerializer().Serialize(DriverDAL.Driver(id)));
 }