RestAPI merging.

This commit is contained in:
Yuee Shiness 2023-05-13 21:23:52 +04:00
commit d3babc62ff

View File

@ -43,7 +43,7 @@ namespace ComputerStoreRestAPI.Controllers
{
try
{
return _componentLogic.Delete(new ComponentBindingModel { ID = id});
return _componentLogic.Delete(new ComponentBindingModel { ID = id });
}
catch(Exception ex)
{