Example #1
0
 public void SetEmployeeDepartment(Employee employee, Department department)
 {
     dbLayer.SetEmployeeDepartment(employee, department);
 }