vgquotes/Src/VideoGameQuotes.Web/Models/MainMenuModel.cs

7 lines
143 B
C#
Raw Normal View History

using VideoGameQuotes.Api;
namespace VideoGameQuotes.Web.Models {
public class MainMenuModel {
public User User { get; set; }
}
}