Exemplo n.º 1
0
        public ActionResult Delete(int countryId)
        {
            CountryBLL cb = new CountryBLL();

            return(Json(cb.DeleteById(countryId, UserId, UserName).toJson()));
        }