Example #1
0
 public List <in_transferencia_Info> Get_List_transferencias_para_recosteo(int IdEmpresa, DateTime Fecha_ini, DateTime Fecha_fin)
 {
     try
     {
         return(oData_Transferencia.Get_List_transferencias_para_recosteo(IdEmpresa, Fecha_ini, Fecha_fin));
     }
     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("", "ObtenerTransferenciasDetalle", ex.Message), ex)
               {
                   EntityType = typeof(in_transferencia_bus)
               };
     }
 }