Example #1
0
 public NuGetContext(IFeedRouteService routeService)
 {
     RouteService = routeService;
 }
Example #2
0
 public PackageContext(IFeedRouteService routeService)
 {
     RouteService = routeService;
 }