Example #1
0
 public void AddEntity(T Entity)
 {
     _Context.Entry(Entity).State = EntityState.Added;
 }