Ejemplo n.º 1
0
Archivo: Zone.cs Proyecto: songfang/Wms
 public bool DeleteBatch(IList <object> list)
 {
     return(dal.DeleteBatch(list));
 }