C# Class MdallWebApi.Models.SbdLocationRepository
Show file
Open project: hres/api-mdall
Public Methods
Method |
Description |
|
Get ( int id ) : SbdLocation |
|
|
GetAll ( ) : IEnumerable |
|
|
Method Details
public Get ( int id ) : SbdLocation |
id |
int |
|
return |
SbdLocation |
|
public GetAll ( ) : IEnumerable |
return |
IEnumerable |
|