Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SE.GOV.MM.Integration.Package.DataLayer.DeliveryMailbox.SendPackageToMailboxResponse> SendPackageToMailboxAsync(SE.GOV.MM.Integration.Package.DataLayer.DeliveryMailbox.SendPackageToMailboxRequest request)
 {
     return(base.Channel.SendPackageToMailboxAsync(request));
 }
Ejemplo n.º 2
0
 public SE.GOV.MM.Integration.Package.DataLayer.DeliveryMailbox.SendPackageToMailboxResponse SendPackageToMailbox(SE.GOV.MM.Integration.Package.DataLayer.DeliveryMailbox.SendPackageToMailboxRequest request)
 {
     return(base.Channel.SendPackageToMailbox(request));
 }