Beispiel #1
0
 public bool ShopCar_Delete(long ShopCarID)
 {
     return(dal.ShopCar_Delete(ShopCarID));
 }