コード例 #1
0
        public void should_Read_Pns()
        {
            var profiles = _reader.ReadAllPartnerNotificationServices().ToList();

            Assert.True(profiles.Any());
        }
コード例 #2
0
ファイル: HtsPackager.cs プロジェクト: palladiumkenya/dwapi
 public IEnumerable <HtsPartnerNotificationServices> GeneratePartnerNotificationServices()
 {
     return(_htsExtractReader.ReadAllPartnerNotificationServices());
 }