Beispiel #1
0
 public Employee AddEmployee(Employee profile, long idProvider, dtoExternalCredentials credentials)
 {
     return(ProfileService.AddEmployee(profile, idProvider, credentials));
 }
Beispiel #2
0
 public Employee AddEmployee(Employee profile)
 {
     return(ProfileService.AddEmployee(profile));
 }