예제 #1
0
 public HomeController(IDividersService dividersService)
 {
     _dividersService = dividersService;
 }