Exemple #1
0
 /// <summary>
 /// Sets the profiler as view
 /// </summary>
 public override void SetViewed(string user, Guid id)
 {
     Profilers.Update(Query.EQ("_id", id.ToString()),
                      Update <MiniProfilerPoco> .Set(poco => poco.HasUserViewed, true));
 }