ILL – Working with Service Fabric Services – Part II

This method looks for the controller constructor that accepts an IVotingService (created in step 17) and creates the controller, injecting the service reference. ... the class definition and change the constructor to initialize the custom serializer. It will appear as: ... private async Task ................
................