Пример #1
0
 public HomeController(IDrawService drawService)
 {
     this.drawService = drawService.notNull();
 }