public async Task<JsonNetResult> Started(StartedViewModel model)
 {
     await _stats.RecordPlaybackStarted(new RecordPlaybackStarted { VideoId = model.VideoId });
     return JsonSuccess();
 }
Пример #2
0
        public async Task <JsonNetResult> Started(StartedViewModel model)
        {
            await _stats.RecordPlaybackStarted(new RecordPlaybackStarted { VideoId = model.VideoId });

            return(JsonSuccess());
        }