Пример #1
0
 public async Task DeleteBusinessComponent(int id)
 {
     await ApiInvoker.Delete(Constants.BusinessComponentsEndpointKey, Constants.BaseBusinessComponentsRoutePrefix, id);
 }
Пример #2
0
 public async Task DeleteCountry(int id)
 {
     await ApiInvoker.Delete(Constants.ApiEndpointKey, Routes.CountryV1BaseRoute, id);
 }