Example #1
0
 public virtual void Add(TDomain entity)
 {
     _context.Set <TDomain>().Add(entity);
 }