示例#1
0
 private Task <bool> TryOpenConference(string conferenceId)
 {
     return(_openConferenceRepository.Create(conferenceId));
 }