Example #1
0
 public virtual void Add(T entity)
 {
     var newEntry = _context.Add(entity);
 }