ASPNETCoreAngular2Demo.Controller.ValuesController.Delete C# (CSharp) Méthode

Delete() private méthode

private Delete ( int id ) : IActionResult
id int
Résultat IActionResult
        public IActionResult Delete(int id)
        {
            return new NoContentResult();
        }
    }