Ejemplo n.º 1
0
 public IActionResult MakeDraft(Guid speakerId, string speakerEmail) => View(
     new MakeDraftView(speakerId, speakerEmail, _talkService.FindCurrentDraftFor(speakerId), _speakerService.FindById(speakerId), _cityService.ListAll(),
                       _talkService.GetNearestMondays())
     );