{"Cannot implicitly convert type 'System.Threading.Tasks.Task to code example
Example: cannot implicitly convert type 'system.threading.tasks.task string ' to 'string' c#
public List<int> TestGetMethod()
{
return GetIdList().Result;
}
public List<int> TestGetMethod()
{
return GetIdList().Result;
}