Beispiel #1
0
 private DataModel PrepareViewModel()
 {
     return(new DataModel
     {
         allIncidents = db.MGetAll(),
         allRequests = db.DGetAll()
     });
 }