public ActionResult Index() { ViewBag.Messenger = GetHTML.getHocPhi(); return(View()); }
public HocPhi GetHocPhi() { return(GetHTML.getHocPhi()); }