Example #1
0
 public SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.ApprenticeshipFrameworkAndOccupationData[] GetApprenticeshipFrameworks(System.Guid ExternalSystemId, ref System.Guid MessageId, string PublicKey)
 {
     SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksRequest inValue = new SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksRequest();
     inValue.ExternalSystemId = ExternalSystemId;
     inValue.MessageId        = MessageId;
     inValue.PublicKey        = PublicKey;
     SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksResponse retVal = ((SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.IReferenceData)(this)).GetApprenticeshipFrameworks(inValue);
     MessageId = retVal.MessageId;
     return(retVal.ApprenticeshipFrameworks);
 }
Example #2
0
 public System.Threading.Tasks.Task <SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksResponse> GetApprenticeshipFrameworksAsync(SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksRequest request)
 {
     return(base.Channel.GetApprenticeshipFrameworksAsync(request));
 }
Example #3
0
 SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksResponse SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.IReferenceData.GetApprenticeshipFrameworks(SFA.Apprenticeships.Infrastructure.LegacyWebServices.LegacyReferenceDataProxy.GetApprenticeshipFrameworksRequest request)
 {
     return(base.Channel.GetApprenticeshipFrameworks(request));
 }