acceptverbs represents an attribute that specifies which HTTP verbs an action method will respond to
AcceptVerbsAttribute(String[]) :-
Initializes a new instance of the AcceptVerbsAttribute class by using a list of HTTP verbs that the action method will respond to.
AcceptVerbsAttribute(HttpVerbs) :- Initializes a new instance of the AcceptVerbsAttribute class using the HTTP verbs that the action method will respond to.