C# Class cvpWebApi.Controllers.ReportTypeController

Inheritance: ApiController
Show file Open project: hres/api-cvp

Public Methods

Method Description
GetAllReportType ( string lang ) : IEnumerable
GetReportTypeByID ( int id, string lang ) : ReportType

Method Details

GetAllReportType() public method

public GetAllReportType ( string lang ) : IEnumerable
lang string
return IEnumerable

GetReportTypeByID() public method

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