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