コード例 #1
0
        public static SERVICE.DailyTransactionDetailLookupRequest ToDailyTransactionDetailLookupService(this DOMAIN.DailyTransactionDetailLookupRequest req)
        {
            var serviceModel = DLSMapper.Map <DOMAIN.DailyTransactionDetailLookupRequest, SERVICE.DailyTransactionDetailLookupRequest>(req)
                               .AdditionalOperations();

            return(serviceModel);
        }
        public static DOMAIN.MTTransactionDetailLookupResponse ToDomain(this SERVICE.MTTransactionDetailLookupResponse req)
        {
            var domainModel = DLSMapper.Map <SERVICE.MTTransactionDetailLookupResponse, DOMAIN.MTTransactionDetailLookupResponse>(req)
                              .AdditionalOperations();

            return(domainModel);
        }
コード例 #3
0
        public static SERVICE.SecurityHeader ToService(this DOMAIN.SecurityHeader req)
        {
            var serviceModel = DLSMapper.Map <DOMAIN.SecurityHeader, SERVICE.SecurityHeader>(req)
                               .AdditionalOperations();

            return(serviceModel);
        }
コード例 #4
0
        public static DOMAIN.Header ToDomain(this SERVICE.Header req)
        {
            var domainModel = DLSMapper.Map <SERVICE.Header, DOMAIN.Header>(req)
                              .AdditionalOperations();

            return(domainModel);
        }
        public static DOMAIN.TransactionDetailLookupResult ToDomain(this SERVICE.TransactionDetailLookupResult req)
        {
            var domainModel = DLSMapper.Map <SERVICE.TransactionDetailLookupResult, DOMAIN.TransactionDetailLookupResult>(req)
                              .AdditionalOperations();

            return(domainModel);
        }
コード例 #6
0
        public static SERVICE.ProcessingInstruction ToService(this DOMAIN.ProcessingInstruction req)
        {
            var serviceModel = DLSMapper.Map <DOMAIN.ProcessingInstruction, SERVICE.ProcessingInstruction>(req)
                               .AdditionalOperations();

            return(serviceModel);
        }