Example #1
0
 public void DeleteEmployee(int i)
 {
     dataAccess.DeleteEmployee(i);
 }