Ejemplo n.º 1
0
 public OpenApiDocumentSchemaJsContract(IJsContractInteropService jsService)
     : base(jsService)
 {
 }
 public BaseDrawIoJsContract(IJsContractInteropService jsService)
 {
     _jsService = jsService;
 }
 public JsonGeoDataSchemaJsContract(IJsContractInteropService jsService)
     : base(jsService)
 {
 }