예제 #1
0
        public void GetList4GiftCardSalesReportTest()
        {
            _controller.Request.Method = HttpMethod.Get;

            var actual = _controller.GetList4GiftCardSalesReport(new GiftCardSalesStatisticsReportRequest(), new UserProfile()) as OkNegotiatedContentResult <PagerInfo <GiftCardSalesStatisticsReportDto> >;

            Assert.IsNotNull(actual);
        }