Exemplo n.º 1
0
 public IEnumerable <Personnel_API> GetPersonnelByShowroom(int idShowroom)
 {
     return(_repo.GetPersonnelByShowroom(idShowroom).Select(e => e.ToAPI()));
 }