CountryGetAll() публичный Метод

public CountryGetAll ( ) : IEnumerable
Результат IEnumerable
Пример #1
0
        // Attention 08 - Controller get all countries

        // GET: Countries
        public ActionResult Index()
        {
            return(View(m.CountryGetAll()));
        }