コード例 #1
0
 public OpenApiDocumentSchemaJsContract(IJsContractInteropService jsService)
     : base(jsService)
 {
 }
コード例 #2
0
 public BaseDrawIoJsContract(IJsContractInteropService jsService)
 {
     _jsService = jsService;
 }
 public JsonGeoDataSchemaJsContract(IJsContractInteropService jsService)
     : base(jsService)
 {
 }