예제 #1
0
 public void Attach <TEntity>(TEntity entity)
 {
     _dbContext.Attach(entity);
 }