public GetPodatociByEDBResponse GetDataByEDB(EDB EDB)
 {
     return(((UJPBizTalkApplicationEDB_Orchestration_1_UJP_EDB_REQRESP_PORT)this).GetDataByEDB(new GetDataByEDBRequest()
     {
         EDB = EDB
     }).GetPodatociByEDBResponse);
 }
 public GetDataByEDBRequest(EDB EDB)
 {
     this.EDB = EDB;
 }