Exemplo n.º 1
0
 public bool ModifyEmployee(EmployeeCoreBE mod)
 {
     return ModifyPerson(mod.ToPerson());
 }
Exemplo n.º 2
0
 public int AddEmployee(EmployeeCoreBE mod)
 {
     return AddPerson(mod.ToPerson());
 }