Exemplo n.º 1
0
        public string CierreManual(int nroTransporte, int codLocal, string patenteTracto, string patenteTrailer, string estadolat, string estadoLon, string userName)
        {
            try
            {
                string _resp = _context.Track_CierreManual(nroTransporte, codLocal, patenteTracto, patenteTrailer, estadolat, estadoLon, userName).FirstOrDefault().Respuesta;

                return(_resp);
            }
            catch (Exception)
            {
                return("Se ha producido un error.");
            }
        }