コード例 #1
0
ファイル: Zone.cs プロジェクト: songfang/Wms
 public bool DeleteBatch(IList <object> list)
 {
     return(dal.DeleteBatch(list));
 }