Exemplo n.º 1
0
        /// <summary>
        /// Runs the update CRM quotes.
        /// </summary>
        /// <param name="quotesToUpdate">The quotes to update.</param>
        /// <returns></returns>
        public Response RunUpdateCRMQuotes(QuoteDto quotesToUpdate)
        {
            var dataService = new UpdateCRMDataService();

            return(dataService.RunUpdateCRMQuotes(quotesToUpdate));
        }