Ejemplo n.º 1
0
 public void AddDepartments(Department dept)
 {
     _repository.AddDept(dept);
 }