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