Example #1
0
 //Load danh sách bệnh hiện tại
 public static DataTable LoadBenh()
 {
     return(BENH_DAO.LoadBenh());
 }