Beispiel #1
0
 public void AddEmployee(Employee employee)
 {
     _repository.AddEmployee(employee);
 }