コード例 #1
0
        public IActionResult Delete(int id)
        {
            _presencaRepository.Deletar(id);

            return(Ok());
        }