Example #1
0
 //Sửa thông tin của bệnh
 public static void SuaBenh(BENH_DTO Benh, string MaBenh)
 {
     BENH_DAO.SuaThuoc(Benh, MaBenh);
 }