Code Tagging
C# (and VB.net) allow you to tag classes and functions.
Before the function will execute it must pass or qualify all the tags
It is possible to create your own function tagging
1 | namespace EmployeeDirectory.Api.Controllers |
Code Tagging
C# (and VB.net) allow you to tag classes and functions.
Before the function will execute it must pass or qualify all the tags
It is possible to create your own function tagging
1 | namespace EmployeeDirectory.Api.Controllers |