Esempio n. 1
0
File: Zone.cs Progetto: songfang/Wms
 public bool DeleteBatch(IList <object> list)
 {
     return(dal.DeleteBatch(list));
 }