コード例 #1
0
 public IntrospectionController(IIntrospectionActions introspectionActions)
 {
     _introspectionActions = introspectionActions;
 }