C# Class CallTracking.Web.Controllers.AvailablePhoneNumbersController

Inheritance: Controller
Show file Open project: TwilioDevEd/call-tracking-csharp Class Usage Examples

Public Methods

Method Description
AvailablePhoneNumbersController ( ) : System.Web.Mvc
AvailablePhoneNumbersController ( IRestClient restClient ) : System.Web.Mvc
Index ( string areaCode ) : System.Web.Mvc.ActionResult

Method Details

AvailablePhoneNumbersController() public method

public AvailablePhoneNumbersController ( ) : System.Web.Mvc
return System.Web.Mvc

AvailablePhoneNumbersController() public method

public AvailablePhoneNumbersController ( IRestClient restClient ) : System.Web.Mvc
restClient IRestClient
return System.Web.Mvc

Index() public method

public Index ( string areaCode ) : System.Web.Mvc.ActionResult
areaCode string
return System.Web.Mvc.ActionResult