· Create a workflow that allows you to close the event once the event capacity has been reached. For this logic you have to take into account the following:
o Create a helper class called “EventHelper”. This helper class will have a method called “ChangeEventStatus”.
o Create a custom activity that will allow you to implement all the logic. This custom activity has to reference the “EventHelper” class to use the “ChangeEventStatus” method.
o You have to install the “IlmergeTask” library using the “Manage Nuget Package” option in Visual Studio. This library will allow you to merge both classes (the custom activity class and the EventHelper class) into one dll.
Can you help me?