コード例 #1
0
 public IEnumerable <OrderReportOutput> GetOrderCount(int year, int month, int day, long location) => OrderReportOutput.GetListOrderCount(year, month, day, location);