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