~/Employees/WebStack.QA.Test.OData.BoundOperation.Manager/WebStack.QA.Test.OData.BoundOperation.IncreaseSalary
and
~/Employees/WebStack.QA.Test.OData.BoundOperation.IncreaseSalary
all lead to the method being selectd:
[Queryable]
[HttpPost]
public IHttpActionResult IncreaseSalary(ODataUntypedActionParameters odataActionParameters)
{
}
in EmployeesController.
But it should be different.
and
~/Employees/WebStack.QA.Test.OData.BoundOperation.IncreaseSalary
all lead to the method being selectd:
[Queryable]
[HttpPost]
public IHttpActionResult IncreaseSalary(ODataUntypedActionParameters odataActionParameters)
{
}
in EmployeesController.
But it should be different.