Exemplo n.º 1
0
 public void StartCount(IPayment pay)
 {
     if (pay != null)
     {
         pay.CountSalary();
     }
 }