vgquotes/Src/VideoGameQuotes.Web/Models/MainMenuModel.cs
tmont 99cb4defbe * login/logout
* change administration password
2011-02-17 20:55:47 +00:00

7 lines
143 B
C#

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