示例#1
0
 public OpenAPIServiceShould()
 {
     // Create OpenAPI document with default OpenApiStyle = Plain
     _graphBetaSource = OpenAPIDocumentCreatorMock.GetGraphOpenApiDocument(GraphBetaCsdl, false);
 }
示例#2
0
 public OpenAPIServiceShould()
 {
     // Create OpenAPI document with default OpenApiStyle = Plain
     _source = OpenAPIDocumentCreatorMock.CreateOpenApiDocument(GraphBetaCsdl);
 }