public decimal CalculateSalary(Worker worker) { return(0); }
public void DoSomething() { Worker worker = new Worker(); worker.DoSomething(); }