Ejemplo n.º 1
0
 void IProfilesCommand.UpdateEmployerProfile(Guid employerId, EmployerProfile profile)
 {
     profile.Prepare();
     profile.Validate();
     _repository.UpdateEmployerProfile(employerId, profile);
 }