Пример #1
0
 /// <summary>
 /// Add an employee
 /// </summary>
 public void AddAnEmployee()
 {
     _repository.AddAnEmployee();
 }