Exemplo n.º 1
0
        public List <gsChofer_ListarResult> Agenda_ListarChofer(int idEmpresa, int codigoUsuario, string Id_Transportista, string Id_Chofer, string descripcion)
        {
            AgendaBL objAgendaBL;

            try
            {
                objAgendaBL = new AgendaBL();
                return(objAgendaBL.Agenda_ListarChofer(idEmpresa, codigoUsuario, Id_Transportista, Id_Chofer, descripcion));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }