C# 클래스 Mictlanix.BE.Web.Controllers.Mvc.ExchangeRatesController

상속: Mictlanix.BE.Web.Mvc.CustomController
파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Currencies ( ) : System.Web.Mvc.JsonResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
Create ( ExchangeRate item ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Index ( Search search ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Currencies() 공개 메소드

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

Delete() 공개 메소드

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult