コード例 #1
0
        public List <Products> GetProductList()
        {
            List <Products> customerList = iRepositoryProduct.GetProductList().Select(mapProducts.MapTo).ToList();

            return(customerList);
        }