Beispiel #1
0
 protected PageModel GetPageModel()
 {
     return(new PageModel
     {
         TotalAttachments = AttachmentInfoProvider.GetCount(),
         TotalAttachmentHistories = AttachmentHistoryInfoProvider.GetCount(),
         AttachmentHistoryRemoverIsRunning = AttachmentHistoryRemover.Running,
         AttachmentMoverIsRunning = AttachmentMover.Running,
     });
 }