public DeleteModel(techtshirt.Data.techtshirtContext context) { _context = context; }
public EditModel(techtshirt.Data.techtshirtContext context) { _context = context; }
public DetailsModel(techtshirt.Data.techtshirtContext context) { _context = context; }
public IndexModel(techtshirt.Data.techtshirtContext context) { _context = context; }
public FindOrdersModel(techtshirt.Data.techtshirtContext context) { _context = context; }