コード例 #1
0
        public ActionResult Edit(int id)
        {
            CountryBLL objCountryBLL = new CountryBLL();
            var        country       = objCountryBLL.GetAllCountryById(id);

            return(View(country));
        }