コード例 #1
0
        public ActionResult Management()
        {
            var model = _iDistributionService.GetPromoterStatistics();

            return(View(model));
        }