public CreateModel(MapConfig.Models.MapConfigContext context) { _context = context; }
public DetailsModel(MapConfig.Models.MapConfigContext context) { _context = context; }
public IndexModel(MapConfig.Models.MapConfigContext context) { _context = context; }
public DeleteModel(MapConfig.Models.MapConfigContext context) { _context = context; }
public EditModel(MapConfig.Models.MapConfigContext context) { _context = context; }