Example #1
0
 public RosterModel(CoreCrudContext context)
 {
     _context = context;
 }
 public QuickGlanceModel(CoreCrudContext context)
 {
     _context = context;
 }
Example #3
0
 public CountryProfileModel(CoreCrudContext context)
 {
     _context = context;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ManufacturerProfileModel" /> class.
 /// </summary>
 /// <param name="context">The context.</param>
 public ManufacturerProfileModel(CoreCrudContext context)
 {
     _context = context;
 }
Example #5
0
 public IndexModel(CoreCrudContext context)
 {
     _context = context;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AuctionModel" /> class.
 /// </summary>
 /// <param name="context">The context.</param>
 public AuctionModel(CoreCrudContext context)
 {
     _context = context;
 }