Beispiel #1
0
 public void Create(EntityType entity)
 {
     dbContext.Set <EntityType>().Add(entity);
 }