예제 #1
0
 public void InsertOrUpdate(List <TEntity> entity)
 {
     Action(v => EFHelper.InsertOrUpdate(v, entity.ToArray()));
 }