Exemplo n.º 1
0
        public async Task <IResponseDTO> Activate([FromRoute] int id)
        {
            _response = await _identificationTypeService.UpdateIsActive(id, true, LoggedInUserId);

            return(_response);
        }