Exemplo n.º 1
0
        public static List <Collect_Shops> GetCollectShopsInfo(int?id)
        {
            List <Collect_Shops> lstShops = new List <Collect_Shops>();

            lstShops = PersonDao.GetCollectShopsInfo(id);
            return(lstShops);
        }