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