Esempio n. 1
0
 /// <summary>
 /// Lấy số phiếu nhập, phiếu chi tự động
 /// </summary>
 /// <returns>Số phiếu nhập, phiếu chi</returns>
 /// Người tạo: ntxuan (24/6/2019)
 public List <string> GetNumberAutoRender()
 {
     return(invoiceDL.GetNumberAutoRender());
 }