Пример #1
0
 private async Task <Validation <BaseError, Playout> > PlayoutMustExist(BuildPlayout buildPlayout) =>
 (await _playoutRepository.GetFull(buildPlayout.PlayoutId))
 .ToValidation <BaseError>("Playout does not exist.");