コード例 #1
0
ファイル: SearchService.cs プロジェクト: waffle-iron/YPILIS
 public void AcknowledgeDistributions(string reportDistributionLogIdStringList)
 {
     YellowstonePathology.YpiConnect.Service.Search.ClientSearchGateway gateway = new YellowstonePathology.YpiConnect.Service.Search.ClientSearchGateway();
     gateway.AcknowledgeDistributions(reportDistributionLogIdStringList);
 }
コード例 #2
0
 public void AcknowledgeDistributions(string reportDistributionLogIdStringList)
 {
     YellowstonePathology.YpiConnect.Service.Search.ClientSearchGateway gateway = new YellowstonePathology.YpiConnect.Service.Search.ClientSearchGateway();
     gateway.AcknowledgeDistributions(reportDistributionLogIdStringList);
 }