Ejemplo n.º 1
0
        /// <summary>
        ///  Returns the List of Examples
        /// </summary>
        /// <returns>The list of examples.</returns>
        public List <ExampleModel> Index()
        {
            var myData = repository.Index();

            return(myData);
        }