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