C# 클래스 cvpWebApi.Controllers.ReportTypeController

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

공개 메소드들

메소드 설명
GetAllReportType ( string lang ) : IEnumerable
GetReportTypeByID ( int id, string lang ) : ReportType

메소드 상세

GetAllReportType() 공개 메소드

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

GetReportTypeByID() 공개 메소드

public GetReportTypeByID ( int id, string lang ) : ReportType
id int
lang string
리턴 cvpWebApi.Models.ReportType