Feature #69 #72: Noticeboard themes and filtering

This commit is contained in:
Gary Sharp
2014-08-26 16:27:37 +10:00
parent 0de162fce3
commit 4b6604df5b
30 changed files with 2491 additions and 383 deletions
@@ -0,0 +1,8 @@

namespace Disco.Web.Areas.Public.Models.UserHeldDevices
{
public class NoticeboardModel
{
public string DefaultTheme { get; set; }
}
}