Пример #1
0
 protected override bool IsAuthorized(HttpActionContext actionContext)
 {
     return(actionContext.IsLocal());
 }