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