Beispiel #1
0
 public IndexModel(MegaDesk.Models.DeskQuoteContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DetailsModel(MegaDesk.Models.DeskQuoteContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CreateModel(MegaDesk.Models.DeskQuoteContext context)
 {
     _context = context;
 }
 public SearchModel(MegaDesk.Models.DeskQuoteContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public EditModel(MegaDesk.Models.DeskQuoteContext context)
 {
     _context = context;
 }