Пример #1
0
 /// <summary>
 /// Lấy ra thông tin khách hàng từ mã khách hàng
 /// createdby : HTHIEU(17/12/2019)
 /// </summary>
 /// <param name="CustomerCode"></param>
 /// <returns></returns>
 public T GetCustomersByCode(string CustomerCode)
 {
     return(customerDL.GetCustomersByCode(CustomerCode));
 }