C# Class CallTracking.Web.Controllers.AvailablePhoneNumbersController

Inheritance: Controller
Afficher le fichier Open project: TwilioDevEd/call-tracking-csharp Class Usage Examples

Méthodes publiques

Méthode Description
AvailablePhoneNumbersController ( ) : System.Web.Mvc
AvailablePhoneNumbersController ( IRestClient restClient ) : System.Web.Mvc
Index ( string areaCode ) : System.Web.Mvc.ActionResult

Method Details

AvailablePhoneNumbersController() public méthode

public AvailablePhoneNumbersController ( ) : System.Web.Mvc
Résultat System.Web.Mvc

AvailablePhoneNumbersController() public méthode

public AvailablePhoneNumbersController ( IRestClient restClient ) : System.Web.Mvc
restClient IRestClient
Résultat System.Web.Mvc

Index() public méthode

public Index ( string areaCode ) : System.Web.Mvc.ActionResult
areaCode string
Résultat System.Web.Mvc.ActionResult