Exemplo n.º 1
0
 protected void AddRange <TEntity>(IList <TEntity> list) where TEntity : class, IEntity
 {
     _context.AddRange(list);
 }