Esempio n. 1
0
        public void should_Read_Pns()
        {
            var profiles = _reader.ReadAllPartnerNotificationServices().ToList();

            Assert.True(profiles.Any());
        }
Esempio n. 2
0
 public IEnumerable <HtsPartnerNotificationServices> GeneratePartnerNotificationServices()
 {
     return(_htsExtractReader.ReadAllPartnerNotificationServices());
 }