Exemple #1
0
    private bool HighilghtRecentPolling(string SIMNumber)
    {
        db = new LinqToSqlDataContext();
        bool HighilghtRecentPolling = db.USP_HighlightRecentPolling(SIMNumber).SingleOrDefault().PolledRecently.Value;

        return(HighilghtRecentPolling);
    }