C# Class LeadAlerts.Web.Controllers.NotificationsController

Inheritance: Controller
ファイルを表示 Open project: TwilioDevEd/lead-alerts-csharp Class Usage Examples

Public Methods

Method Description
NotificationsController ( ) : System.Web.Mvc
NotificationsController ( IMessageSender messageSender ) : System.Web.Mvc

Private Methods

Method Description
Create ( Lead lead ) : System.Web.Mvc.ActionResult
FormatMessage ( Lead lead ) : string

Method Details

NotificationsController() public method

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

NotificationsController() public method

public NotificationsController ( IMessageSender messageSender ) : System.Web.Mvc
messageSender IMessageSender
return System.Web.Mvc