Exemplo n.º 1
0
 public TouTiaoService(INewsDbContextService dbContextService)
 {
     this.dbContextService = dbContextService;
 }
Exemplo n.º 2
0
 public TencentService(INewsDbContextService dbContextService)
 {
     this.dbContextService = dbContextService;
 }
        public NewsContentView Convert(NewsContent model, INewsDbContextService service)
        {
            var loadmodelist = service.Find <NewsExtraApp>(x => x.Status == 1);

            return(null);
        }