BExIS.Web.Shell.Controllers.UiTestController.Index C# (CSharp) Method

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            UiTestModel model = new UiTestModel();

            model = DynamicListToDataTable();

            Debug.WriteLine("call a webservice from gfbio");

            return View(model);
        }