Пример #1
0
 static CommandController()
 {
     SuccessStatusCodeForThisCommandType = WebApiResponseAttribute.GetHttpStatusCode(typeof(TCommand));
 }
Пример #2
0
 static QueryController()
 {
     SuccessStatusCodeForThisQueryType = WebApiResponseAttribute.GetHttpStatusCode(typeof(TQuery));
 }