C# Class Cats.Controllers.SMSGatewayController

Inheritance: Controller
Exibir arquivo Open project: edgecomputing/cats

Public Methods

Method Description
Index2 ( ) : System.Web.Mvc.JsonResult
SMSGatewayController ( ISMSGatewayService smsGatewayService ) : System
Send ( ) : bool

Method Details

Index2() public method

public Index2 ( ) : System.Web.Mvc.JsonResult
return System.Web.Mvc.JsonResult

SMSGatewayController() public method

public SMSGatewayController ( ISMSGatewayService smsGatewayService ) : System
smsGatewayService ISMSGatewayService
return System

Send() public method

public Send ( ) : bool
return bool