Esempio n. 1
0
 static void Delorder(OrderService orderService)
 {
     try
     {
         orderService.DelOrder(Searchorder(orderService));
         Console.WriteLine("删除成功!");
     }catch (Exception e)
     {
         Console.WriteLine(e.Message);
     }
 }