예제 #1
0
 public ToastersController(ToasterService toasterService)
 {
     _toasterService = toasterService;
 }