Example #1
0
 public async Task <OperationResult <Dictionary <string, List <SeckilScheduleInfoRespnose> > > > GetSeckillScheduleInfoAsync(List <string> pids, DateTime sSchedule, DateTime eSchedule)
 {
     return(await OperationResult.FromResultAsync(FlashSaleManager.GetSeckillScheduleInfoAsync(pids, sSchedule, eSchedule)));
 }