コード例 #1
0
ファイル: Reference.cs プロジェクト: majidgorbani/mm
 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));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: majidgorbani/mm
 public SE.GOV.MM.Integration.Package.DataLayer.DeliveryMailbox.SendPackageToMailboxResponse SendPackageToMailbox(SE.GOV.MM.Integration.Package.DataLayer.DeliveryMailbox.SendPackageToMailboxRequest request)
 {
     return(base.Channel.SendPackageToMailbox(request));
 }