Beispiel #1
0
        public async Task <bool> Cancel(reserve reserve)
        {
            ProviderFactory providerFactory = InstanceProviderFactory(reserve.integration_type_id);

            return(await providerFactory.Cancel(reserve));
        }