wcf - How to Pass List to Service Class in c# from another class -


i having service class implements interface. in class using list loaded excel. have load list once @ beginning of program. have load list @ console_load , pass list service class , in list. values becomes empty inside iservice members. please on this

if instance mode not singleton you'll need store list in static member during startup of service


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -