Esempio n. 1
0
 EmployerProfile IProfilesQuery.GetEmployerProfile(Guid employerId)
 {
     return(_repository.GetEmployerProfile(employerId));
 }