예제 #1
0
 public DomainsController(ITwisterService twisterService)
 {
     _twisterService = twisterService;
 }
예제 #2
0
 public HomeController(ITwisterService twisterService)
 {
     _twisterService = twisterService;
 }