C# Class MdallWebApi.Controllers.SbdLocationController

Inheritance: ApiController
Afficher le fichier Open project: hres/api-mdall

Méthodes publiques

Méthode Description
GetAllSbdLocation ( ) : IEnumerable
GetSbdLocationById ( int id ) : SbdLocation

Method Details

GetAllSbdLocation() public méthode

public GetAllSbdLocation ( ) : IEnumerable
Résultat IEnumerable

GetSbdLocationById() public méthode

public GetSbdLocationById ( int id ) : SbdLocation
id int
Résultat MdallWebApi.Models.SbdLocation