Beispiel #1
0
 public void Add(HealthInformation healthInformation)
 {
     dataFlowContext.HealthInformation.Add(healthInformation);
     dataFlowContext.SaveChanges();
 }