Ejemplo n.º 1
0
        public List<cp_orden_giro_Info> Get_List_orden_giro(int IdEmpresa, decimal OrdenGiro)
        {
            try
            {
                return data.Get_List_orden_giro(IdEmpresa, OrdenGiro);
            }
            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("", "Get_List_orden_giro", ex.Message), ex) { EntityType = typeof(cp_orden_giro_Bus) };

            }

        }