Ejemplo n.º 1
0
 public void AddDepartment(Department department)
 {
     repository.AddDepartmentList(department);
 }