Exemple #1
0
        public List <gsDevolucionMotivo_ComboBoxResult> DevolucionMotivo_ComboBox(int idEmpresa, int codigoUsuario)
        {
            DevolucionBL objDevolucionBL = new DevolucionBL();

            try
            {
                return(objDevolucionBL.DevolucionMotivo_ComboBox(idEmpresa, codigoUsuario));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }