示例#1
0
 /// <summary>
 /// Hàm thực hiện xóa dữ liệu thông tin khách hàng theo mã ID
 /// createdby : HTHIEU (17/12/2019)
 /// </summary>
 /// <param name="CustomerID">Mã ID khách hàng</param>
 /// <returns></returns>
 public int DeleteCustomer(string CustomerID)
 {
     return(customerDL.DeleteCustomer(CustomerID));
 }