示例#1
0
 public NewsController(IFeedNewsService feedService, IUpcomingNewsService upcomingService, IImageService imageService)
 {
     FeedService     = feedService;
     UpcomingService = upcomingService;
     ImageService    = imageService;
 }
示例#2
0
 public NewsController(IFeedNewsService feedService, IUpcomingNewsService upcomingService, IImageService imageService)
 {
     FeedService = feedService;
     UpcomingService = upcomingService;
     ImageService = imageService;
 }