Exemplo n.º 1
0
 /// <summary>
 /// Hiển thị tất cả thông tin nhà cung cấp
 /// </summary>
 public static DataTable GetAll()
 {
     return(NhaCungCapDAO.GetAll());
 }