C# Class MdallWebApi.Models.LicenceTypeRepository

Inheritance: ILicenceTypeRepository
显示文件 Open project: hres/api-mdall

Public Methods

Method Description
Get ( string code, string lang = "" ) : LicenceType
GetAll ( string lang = "" ) : IEnumerable

Method Details

Get() public method

public Get ( string code, string lang = "" ) : LicenceType
code string
lang string
return LicenceType

GetAll() public method

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