Ejemplo n.º 1
0
 public async Task <IEnumerable <Employment> > GetEmploymentsByLfcSexGroups(int lfc, int sex, int groups)
 {
     return(await _service.GetEmploymentByLfcSexGroups(lfc, sex, groups));
 }