public CookFryConsumer(IFryer fryer)
 {
     _fryer = fryer;
 }
Example #2
0
 public CookOnionRingsConsumer(IFryer fryer)
 {
     _fryer = fryer;
 }