public EditModel(GscStore.Models.GscStoreContext context) { _context = context; }
public DeleteModel(GscStore.Models.GscStoreContext context) { _context = context; }
public CreateModel(GscStore.Models.GscStoreContext context) { _context = context; }
public IndexModel(GscStore.Models.GscStoreContext context, ILogger <IndexModel> logger) { _context = context; _logger = logger; }
public DetailsModel(GscStore.Models.GscStoreContext context) { _context = context; }