public IActionResult DeleteServiceType(int id) { var res = _serviceTypeRepository.DeleteServiceType(id); return(Ok(res)); }