示例#1
0
 public void Add <T>(List <T> entitys) where T : class
 {
     dbContext.AddRange(entitys);
 }
示例#2
0
 public void Add(List <T> entitys)
 {
     dbContext.AddRange(entitys);
 }