Hi,
i get a error like this :
Error 2 No overload for method 'GetComponentDetails' takes 2 arguments E:\Kiwi Project\27-08-2015\source1\source\Kiwi.Service.API.Controller\Controllers\ComponentsController.cs 24 20 Kiwi.Service.API.Controller
This is my code :
public ComponentData GetTeamComponent(int componentid, int teamid)
{
//LAst Week Average rating of all components
//Average rating of all components over the full year
return _component.GetComponentDetails(componentid,teamid);
}
Please give me a help
thank you.