コード例 #1
0
ファイル: 下载管理.cs プロジェクト: 269378737/go81
 public static bool 添加下载(下载 content)
 {
     return Mongo.添加(content);
 }
コード例 #2
0
ファイル: 下载管理.cs プロジェクト: 269378737/go81
 public static bool 更新下载(下载 content)
 {
     return Mongo.更新(content);
 }