Implementation of repositories and return infos
This commit is contained in:
@@ -32,7 +32,8 @@ namespace skydiveLogs_api.Controllers
|
||||
}
|
||||
|
||||
// GET: api/DropZone/5
|
||||
[HttpGet("{id}", Name = "Get")]
|
||||
//[HttpGet("{id}", Name = "Get")]
|
||||
[HttpGet("{id}")]
|
||||
public DropZoneResp Get(int id)
|
||||
{
|
||||
var result = _dropZoneService.GetDzById(id);
|
||||
|
||||
Reference in New Issue
Block a user