Exemplo n.º 1
0
 public IEnumerable <DtoLineForChart> getLineForCharts(string vehiculeType, string value)
 {
     return(_LineRepository.GetLineForChart(vehiculeType, value));
 }