Example #1
0
        public List <CustomersDetailsListEntity> GetCustomersList(string json)
        {
            ICustomersDetailsListBL cdDAL = new CustomersDetailsListBL();

            return(cdDAL.GetCustomersList(json));
        }