示例#1
0
 public bool deleteKhachHang(string id)
 {
     return(dAL.deleteKhachHang(id));
 }