Exemplo n.º 1
0
 public void Add(object key, object value)
 {
     bag.ContextEntries[key.ToString()] = value;
     context.Add(key, value);
 }