public TariffSyncServiceTest()
 {
     tariffSyncService = new TariffSyncService();
 }
 public TariffSyncServiceTest()
 {
     tariffSyncService = new TariffSyncService();
 }
Exemplo n.º 3
0
 public TariffSyncServiceTest()
 {
     tariffSyncService = new TariffSyncService(null, null, null, null);
 }