public async Task DeleteBusinessComponent(int id) { await ApiInvoker.Delete(Constants.BusinessComponentsEndpointKey, Constants.BaseBusinessComponentsRoutePrefix, id); }
public async Task DeleteCountry(int id) { await ApiInvoker.Delete(Constants.ApiEndpointKey, Routes.CountryV1BaseRoute, id); }