C# 클래스 WebApi.EuricomCruise.Samples.Server.Controllers.BankController

상속: ApiController
파일 보기 프로젝트 열기: JefClaes/aspnet-webapi-samples-tunisia 1 사용 예제들

공개 메소드들

메소드 설명
BankController ( BankStore bankStore ) : System
DeleteBank ( string id ) : HttpResponseMessage
GetBanks ( ) : IEnumerable
GetByIdentifier ( string id ) : Bank
PostBank ( Bank bank ) : HttpResponseMessage
PutBank ( string id, Bank bank ) : void

메소드 상세

BankController() 공개 메소드

public BankController ( BankStore bankStore ) : System
bankStore BankStore
리턴 System

DeleteBank() 공개 메소드

public DeleteBank ( string id ) : HttpResponseMessage
id string
리턴 System.Net.Http.HttpResponseMessage

GetBanks() 공개 메소드

public GetBanks ( ) : IEnumerable
리턴 IEnumerable

GetByIdentifier() 공개 메소드

public GetByIdentifier ( string id ) : Bank
id string
리턴 Bank

PostBank() 공개 메소드

public PostBank ( Bank bank ) : HttpResponseMessage
bank Bank
리턴 System.Net.Http.HttpResponseMessage

PutBank() 공개 메소드

public PutBank ( string id, Bank bank ) : void
id string
bank Bank
리턴 void