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