示例#1
0
 public void DeleteById(int Id)
 {
     _orderDAO.DeleteById(Id);
     Context.SaveChanges();
 }