C# 클래스 cvpWebApi.Controllers.ReportDrugController

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

공개 메소드들

메소드 설명
GetAllReportDrug ( string lang ) : IEnumerable
GetReportByDrugID ( int id, string lang ) : ReportDrug
GetReportDrugById ( string reportId, string lang ) : IEnumerable

메소드 상세

GetAllReportDrug() 공개 메소드

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

GetReportByDrugID() 공개 메소드

public GetReportByDrugID ( int id, string lang ) : ReportDrug
id int
lang string
리턴 cvpWebApi.Models.ReportDrug

GetReportDrugById() 공개 메소드

public GetReportDrugById ( string reportId, string lang ) : IEnumerable
reportId string
lang string
리턴 IEnumerable