예제 #1
0
 public bool Actualizar_Unidades(List <fa_registro_unidades_x_equipo_det_Info> Lista)
 {
     try
     {
         return(data.Actualizar_Unidades(Lista));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "Actualizar_Unidades", ex.Message), ex)
               {
                   EntityType = typeof(Af_Activo_fijo_Bus)
               };
     }
 }