Ejemplo n.º 1
0
 public static bool 添加下载(下载 content)
 {
     return Mongo.添加(content);
 }
Ejemplo n.º 2
0
 public static bool 更新下载(下载 content)
 {
     return Mongo.更新(content);
 }