예제 #1
0
 public void OnGet()
 {
     AccountStatusChart       = GetAccountStatusChart();
     AccountCreatedCountChart = GetAccountCreatedChart();
     SupplierPayoutSumChart   = GetSupplierPayoutSumChart();
     SupplierPayoutCountChart = GetSupplierPayoutCountChart();
     Counts = _reportRepo.GetCounts();
 }