Beispiel #1
0
 private void Insert(sys_log entiSysLog)
 {
     db.Entry(entiSysLog).State = EntityState.Added;
     db.SaveChanges();
 }