示例#1
0
 public ReportsPublisher(ITwitService twitService, ITwitInfo twitInfo)
 {
     this.twitInfo    = twitInfo;
     this.twitService = twitService;
 }
 public TwitController(ITwitService twitService, IMapper mapper)
 {
     this.mapper      = mapper;
     this.twitService = twitService;
 }
 public TwitController(ITwitService twitService)
 {
     this.twitService = twitService;
 }