Beispiel #1
0
 public void UpdateEmployee(Employee employee)
 {
     _actions.PutEmployee(employee).EnsureSuccessful();
 }
Beispiel #2
0
 public void AddEmployee(Employee employee)
 {
     _actions.PostEmployee(employee).EnsureSuccessful();
 }