コード例 #1
0
 /// <exception cref="Domain.Contract.Exceptions.CommunityNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.SpeakerNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkRehearsalNotFoundException" />
 public void Delete(TalkRehearsalKey id)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 /// <exception cref="Domain.Contract.Exceptions.CommunityNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.SpeakerNotFoundException" />
 /// <exception cref="Domain.Contract.Exceptions.TalkRehearsalNotFoundException" />
 public TalkRehearsal GetEntity(TalkRehearsalKey id)
 {
     throw new NotImplementedException();
 }