예제 #1
0
 public static OpenApiDocument ConvertTo(this IEdmModel model)
 {
     return(model.ConvertTo(new OpenApiWriterSettings()));
 }