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

            }

        }