Esempio n. 1
0
 public BoardPresentation()
 {
     Id          = "";
     Title       = "";
     Owner       = "";
     Credentials = null;
     Boards      = null;
 }
 public StatisticsPresentationModel()
 {
     PresentationId = "";
     Title          = "";
     Boards         = new FullBoardList {
         Values = new List <Value>()
     };
     TimesShown = 0;
     LastShown  = DateTime.Now;
 }