Exemplo n.º 1
0
 public ProgramStarter(IGrillService grillService)
 {
     this.GrillService = grillService;
 }
 public CookSteakService(IGrillService grillService)
 {
     this.grillService = grillService;
 }