Ejemplo n.º 1
0
 internal IEnumerable <Job> GetJobsByProfileId(string id)
 {
     return(_jrepo.GetByProfileId(id));
 }