Ejemplo n.º 1
0
 // GET: Doctors
 public ActionResult Index()
 {
     ModelState.Clear();
     return(View(repository.GetAllDoctorList()));
 }