Exemple #1
0
        public int Generar_numero_protocolo_transporte(int anno)
        {
            DB_GESDOCEntities _dataContext = base.Context.GetContext() as DB_GESDOCEntities;

            return(_dataContext.SP_GENERA_PROTOCOLO_TRANSPORTE(anno).First().ID_NUM_TRAN ?? 0);
        }