示例#1
0
 protected void Attach(TEntity entity)
 {
     _repository.Attach <TEntity>(entity);
 }