示例#1
0
 public HomeController(INewsService newsService, IRpdbService rpdbService)
 {
     this._rpdbService = rpdbService;
     this._newsService = newsService;
 }
示例#2
0
 public ProposalsController(IRpdbService rpdbService)
 {
     this._rpdbService = rpdbService;
 }