C# Class LeadAlerts.Web.Controllers.NotificationsController

Inheritance: Controller
Afficher le fichier Open project: TwilioDevEd/lead-alerts-csharp Class Usage Examples

Méthodes publiques

Méthode Description
NotificationsController ( ) : System.Web.Mvc
NotificationsController ( IMessageSender messageSender ) : System.Web.Mvc

Private Methods

Méthode Description
Create ( Lead lead ) : System.Web.Mvc.ActionResult
FormatMessage ( Lead lead ) : string

Method Details

NotificationsController() public méthode

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

NotificationsController() public méthode

public NotificationsController ( IMessageSender messageSender ) : System.Web.Mvc
messageSender IMessageSender
Résultat System.Web.Mvc