示例#1
0
 public ToursController(ExploreCaliforniaContext context) : base(context)
 {
     //_context = context;
     tourGateway = new TourGateway(context);
 }