File: n_restclient.sru
Size: 369
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$n_restclient.sru
$PBExportComments$Extension RestClient class
forward
global type n_restclient from pfc_n_restclient
end type
end forward

global type n_restclient from pfc_n_restclient
end type
global n_restclient n_restclient

on n_restclient.create
call super::create
end on

on n_restclient.destroy
call super::destroy
end on