コード例 #1
0
 public PrimeService_IsPrimeShould()
 {
     _primeService = new PrimeService();
 }