Пример #1
0
 public SmoothiesController(SmoothiesRepository repo)
 {
     _repo = repo;
 }