C# Class MdallWebApi.Controllers.SbdLocationController

Inheritance: ApiController
Datei anzeigen Open project: hres/api-mdall

Public Methods

Method Description
GetAllSbdLocation ( ) : IEnumerable
GetSbdLocationById ( int id ) : SbdLocation

Method Details

GetAllSbdLocation() public method

public GetAllSbdLocation ( ) : IEnumerable
return IEnumerable

GetSbdLocationById() public method

public GetSbdLocationById ( int id ) : SbdLocation
id int
return MdallWebApi.Models.SbdLocation