示例#1
0
 public void Delete(T entity)
 {
     _ctx.Remove(entity);
 }