Ejemplo n.º 1
0
 public IbanRegistryTests()
 {
     _sut = new IbanRegistry
     {
         Providers =
         {
             new SwiftRegistryProvider()
         }
     };
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     _sut = new IbanRegistry();
 }