BooksServiceSample.Controllers.ValuesController.Get C# (CSharp) Méthode

Get() private méthode

private Get ( int id ) : string
id int
Résultat string
        public string Get(int id)
        {
            return "value";
        }

Same methods

ValuesController::Get ( ) : IEnumerable