コード例 #1
0
ファイル: TempAjax.cs プロジェクト: tandat95/HCMT
 public bool DeleteDataByIds(string[] IDs)
 {
     return(MongoProvider.DeleteDataByIds(IDs));
 }