Hi there im on XUnit and cant seem to get this code to work correctly
Line 162 is getting this error Severity Code Description Project File Line Suppression State Error CS0411 The type arguments for method ‘Enumerable.OrderBy<TSource, TKey>(IEnumerable, Func<TSource, TKey>)’ cannot be inferred from the usage. Try specifying the type arguments explicitly. Services F:\aspnetcore\CRUDSolution\Services\PersonsService.cs 162 N/A and line 164 Severity Code Description Project File Line Suppression State Error CS0411 The … Read more