BookServiceAsyncSample.Controllers.ValuesController.Delete C# (CSharp) Méthode

Delete() private méthode

private Delete ( int id ) : void
id int
Résultat void
        public void Delete(int id)
        {
        }
    }