public CardCodeServiceTests()
 {
     _sut = new CardCodeService();
 }
Ejemplo n.º 2
0
 public CardToImageSourceConverter()
 {
     _cardCodeService = new CardCodeService();
 }