C# 클래스 Cats.Controllers.SMSGatewayController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
Index2 ( ) : System.Web.Mvc.JsonResult
SMSGatewayController ( ISMSGatewayService smsGatewayService ) : System
Send ( ) : bool

메소드 상세

Index2() 공개 메소드

public Index2 ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

SMSGatewayController() 공개 메소드

public SMSGatewayController ( ISMSGatewayService smsGatewayService ) : System
smsGatewayService ISMSGatewayService
리턴 System

Send() 공개 메소드

public Send ( ) : bool
리턴 bool