Esempio n. 1
0
 public void ItExists()
 {
     var speakerService = new SpeakerServices();
 }
Esempio n. 2
0
 public SpeakerServiceTest()
 {
     _speakerService = new SpeakerServices();
 }