using Portoa.Web.Models; using VideoGameQuotes.Api; namespace VideoGameQuotes.Web.Models { public class PagedModelWithUser : PagedModel { public User CurrentUser { get; set; } } }