示例#1
0
 public ToastersController(ToasterService toasterService)
 {
     _toasterService = toasterService;
 }