if (m_testingData){ serviceResults = m_testingData;}else{ RequestorDataService ds = new RequestorDataService(m_url); ds.Message = CreateSOAPRequest(); ds.Submit(); serviceResults = ds.GetResults();}
Does anyone see a problem with the above code fragment? Some IoC love would go a long way here.
Powered by: newtelligence dasBlog 2.1.8102.813
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2012, Shawn Neal
E-mail