RestAPI merging.
This commit is contained in:
commit
d3babc62ff
@ -43,7 +43,7 @@ namespace ComputerStoreRestAPI.Controllers
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _componentLogic.Delete(new ComponentBindingModel { ID = id});
|
return _componentLogic.Delete(new ComponentBindingModel { ID = id });
|
||||||
}
|
}
|
||||||
catch(Exception ex)
|
catch(Exception ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user