Exemple #1
0
 public void Order(Company company, string order)
 {
     company.GetOrder(this, order);
 }