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