示例#1
0
 internal int[] GetTodayStats()
 {
     return(marketFacade.GetAdminStatistics(from: DateTime.Today)[DateTime.Today]);
 }