Exemplo n.º 1
0
 public IList <CarListResponseDTO> EqFindByList(CarListRequestDTO src)
 {
     return(_carDAL.EqFindByList(src));
 }