skip to Main Content

The 'GetUriByAction' method in the LinkGenerator class in Asp.Net Core is not defined in the Repository layer of the project

The EmployeeLinks class in the Repository layer. using Contracts; using Microsoft.AspNetCore.Routing; using Entities.LinkModels; using Entities.Models; using Shared.DataTransferObjects; using Microsoft.AspNetCore.Mvc.Formatters; using System; using System.Collections.Generic; using System.Linq; using Microsoft.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace Repository.Extensions.Utility { public class EmployeeLinks :…

VIEW QUESTION
Back To Top
Search