示例#1
0
 public bool DeleteDetailByOId(int oid)
 {
     return(oiDal.DeleteDetailByOId(oid) > 0);
 }