Beispiel #1
0
 public void CreateEmployee(Employee employee, string password, string type)
 {
     createDataHandler.CreateEmployee(employee, password, type);
 }
Beispiel #2
0
 public void CreateEmployee(Employee employee)
 {
     createDataHandler.CreateEmployee(employee);
 }