AdventureWorks.WebServices.Controllers.HomeController.Index C# (CSharp) Method

Index() public method

public Index ( ) : string
return string
        public string Index()
        {
            return "You've setup Adventureworks Webservices!";
        }
    }
HomeController