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
Post a Comment