C# 클래스 DpdWebApi.Controllers.FormController

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

공개 메소드들

메소드 설명
GetAllForm ( string lang ) : IEnumerable
GetFormByID ( int id, string lang ) : Form

메소드 상세

GetAllForm() 공개 메소드

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

GetFormByID() 공개 메소드

public GetFormByID ( int id, string lang ) : Form
id int
lang string
리턴 DpdWebApi.Models.Form