示例#1
0
 public static void UpdateZoomTokenEvent(string zoomToken, int customerid)
 {
     db.UpdateZoomToken(zoomToken, customerid);
 }