Example #1
0
 ////////////////// VEHICLES ///////////////////
 public List <Vehicle> GetAllVehicles()
 {
     return(_repositoryVehicle.GetAll());
 }