Exemple #1
0
 public PizzaRestFacade(CallCenter callCen, Worker work, Courier cour)
 {
     this.callCenter = callCen;
     this.worker     = work;
     this.courier    = cour;
 }