Beispiel #1
0
 public OnSiteModel(WLC.Models.WLCRacesContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SetCabinController(WLC.Models.WLCRacesContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public TodayModel(WLC.Models.WLCRacesContext context)
 {
     _context = context;
 }