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