Dependency injection in custom workflow activity
问题 I have a standard application that has a workflow. The customer can customize the workflow in the designer. Now we are making some custom activities for a specific customer. The custom activity is communicating against the business layer by a interface. How do I give the interface an implementation of that interface? It is very important that the standard application doesn't know about the interface and implementation of that interface because it is custom code for that specific customer. The