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