コード例 #1
0
ファイル: Secure.cs プロジェクト: jrmitch120/ServiceStack
 public object Any(Secure request)
 {
     throw new UnauthorizedAccessException("You shouldn't be able to see this");
 }
コード例 #2
0
 public object Any(Secure request)
 {
     throw new UnauthorizedAccessException("You shouldn't be able to see this");
 }