Rules changes and rework

This commit is contained in:
Jamie.Rees 2017-06-06 09:27:51 +01:00
parent d5ec429893
commit 9f4a8902f9
32 changed files with 2804 additions and 35 deletions

View file

@ -2,6 +2,7 @@
{
public class SearchViewModel
{
public int Id { get; set; }
public bool Approved { get; set; }
public bool Requested { get; set; }
public bool Available { get; set; }