Esempio n. 1
0
        public ActionResult Update(int id)
        {
            provider provCurrent = gProvider.findProviderById(id);

            return(View(provCurrent));
        }