Exemplo n.º 1
0
 public DtoDetailsWeather getDetailsFromDate(string vehiculeType, string value)
 {
     return(_LineRepository.getDetailsFromDate(vehiculeType, value));
 }