コード例 #1
0
 public void Insert(ReqestLogEntry entry)
 {
     _cache.Add(entry);
 }
コード例 #2
0
ファイル: Logrepository.cs プロジェクト: Den4ik1/Filtrs
 public void RequestInformation(ReqestLogEntry entry)
 {
     _context.ReqestLog.Add(entry);
 }