Beispiel #1
0
 public int DeleteItem(int shopid, int areaid)
 {
     return(ShopAreaDAL.DeleteItem(shopid, areaid));
 }
Beispiel #2
0
 public int AddItem(int shopid, int areaid, int streetid, int districtid)
 {
     return(ShopAreaDAL.AddItem(shopid, areaid, streetid, districtid));
 }
Beispiel #3
0
 public int CheckShopArea(int shopid, int districtid)
 {
     return(ShopAreaDAL.CheckShopArea(shopid, districtid));
 }