Esempio n. 1
0
 public Task <List <SendMpiResponse> > SendPartnerNotificationServicesAsync(SendManifestPackageDTO sendTo)
 {
     return(SendPartnerNotificationServicesAsync(sendTo, HtsMessageBag.Create(_packager.GeneratePartnerNotificationServices().ToList())));
 }
Esempio n. 2
0
        public void should_Generate_PNS()
        {
            var partnerNotificationServices = _packager.GeneratePartnerNotificationServices();

            Assert.True(partnerNotificationServices.Any());
        }