C# 클래스 cvpWebApi.Controllers.OutcomeController

상속: ApiController
파일 보기 프로젝트 열기: hres/api-cvp

공개 메소드들

메소드 설명
GetAllOutcome ( string lang ) : IEnumerable
GetOutcomeByID ( int id, string lang ) : Outcome

메소드 상세

GetAllOutcome() 공개 메소드

public GetAllOutcome ( string lang ) : IEnumerable
lang string
리턴 IEnumerable

GetOutcomeByID() 공개 메소드

public GetOutcomeByID ( int id, string lang ) : Outcome
id int
lang string
리턴 cvpWebApi.Models.Outcome