Beispiel #1
0
 public IEnumerable <Cars> GetAll()
 {
     try
     {
         return(carsRepository.GetAll());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }