Example #1
0
 public void Add <t>(t entity) where t : class
 {
     _context.Add(entity);
 }