Exemplo n.º 1
0
        public async Task <ResponseModel> Insert([FromBody] IdentificationTypeModel model)
        {
            var response = await _identificationTypeService.Insert(model);

            return(response);
        }