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