C# 클래스 cvpWebApi.Controllers.SourceController

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

공개 메소드들

메소드 설명
GetAllSource ( string lang ) : IEnumerable
GetSourceByID ( int id, string lang ) : Source

메소드 상세

GetAllSource() 공개 메소드

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

GetSourceByID() 공개 메소드

public GetSourceByID ( int id, string lang ) : Source
id int
lang string
리턴 cvpWebApi.Models.Source