Exemplo n.º 1
0
 public void Add <T>(List <T> entitys) where T : class
 {
     dbContext.AddRange(entitys);
 }
Exemplo n.º 2
0
 public void Add(List <T> entitys)
 {
     dbContext.AddRange(entitys);
 }