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