Пример #1
0
 public List <Area> GetListByShopId(int shopid)
 {
     return(AreaDAL.GetListByShopId(shopid));
 }