Exemplo n.º 1
0
        public IActionResult Post(string path)
        {
            var id = fileRepository.AddAddressPath(path);

            return(Content(id.ToString()));
        }