예제 #1
0
 public void Add(IList <T> entities)
 {
     _cache.AddAll(entities.ToDictionary(x => x.Id, x => x));
 }