Esempio n. 1
0
 public ActionResult GetDropDowns()
 {
     return(Json(nhansuRepo.GetDropDowns()));
 }
 public ActionResult DropNS()
 {
     return(Json(nhanSuRepository.GetDropDowns()));
 }