C# Class MdallWebApi.Controllers.LicenceTypeController

Inheritance: ApiController
Exibir arquivo Open project: hres/api-mdall

Public Methods

Method Description
GetAllLicenceType ( string lang = "" ) : IEnumerable
GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType

Method Details

GetAllLicenceType() public method

public GetAllLicenceType ( string lang = "" ) : IEnumerable
lang string
return IEnumerable

GetLicenceTypeByCode() public method

public GetLicenceTypeByCode ( string code, string lang = "" ) : LicenceType
code string
lang string
return MdallWebApi.Models.LicenceType