Example #1
0
 //Thêm một bệnh vào danh sách
 public static void ThemBenh(BENH_DTO Benh)
 {
     BENH_DAO.ThemBenh(Benh);
 }