.NET controller API List result converted to IEnumerable
I have an API controller with method that returns a list. Method GetProjects returns List<(string, object)>
:
I have an API controller with method that returns a list. Method GetProjects returns List<(string, object)>
: