Beispiel #1
0
 public void Insert(ReqestLogEntry entry)
 {
     _cache.Add(entry);
 }
Beispiel #2
0
 public void RequestInformation(ReqestLogEntry entry)
 {
     _context.ReqestLog.Add(entry);
 }