Ejemplo n.º 1
0
 /// <summary>
 /// Created by Ashwajit Bansod Dated 08/29/2017
 /// Get all Miles Value from eFleetMeter
 /// </summary>
 /// <returns></returns>
 public List <eFleetMeterModel> GetAllMilesValue()
 {
     try
     {
         var objeFleetPreventativeMaintenanceRepository = new eFleetPreventativeMaintenanceRepository();
         return(objeFleetPreventativeMaintenanceRepository.GetAllMeterValue());
     }
     catch (Exception ex)
     {
         Exception_B.Exception_B.exceptionHandel_Runtime(ex, "public List<eFleetMeterModel> GetAllMeterValue()", "Exception While Fetching all Meter Values.", null);
         throw;
     }
 }