示例#1
0
 public void ItExists()
 {
     var speakerService = new SpeakerServices();
 }
示例#2
0
 public SpeakerServiceTest()
 {
     _speakerService = new SpeakerServices();
 }