예제 #1
0
파일: Zone.cs 프로젝트: songfang/Wms
 public bool DeleteBatch(IList <object> list)
 {
     return(dal.DeleteBatch(list));
 }