Beispiel #1
0
 public int DeleteItem(int shopid, int areaid)
 {
     return(ShopAreaDAL.DeleteItem(shopid, areaid));
 }