Exemplo n.º 1
0
 public override EmptyResult UpdateTalkRehearsal(
     string communityId,
     string talkId,
     string talkRehearsalId,
     UpdateTalkRehearsalParameters parameters)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public abstract EmptyResult UpdateTalkRehearsal([FromRoute][Required] string communityId, [FromRoute][Required] string talkId, [FromRoute][Required] string talkRehearsalId, [FromBody] UpdateTalkRehearsalParameters parameters);