Blog.Services.Helpers.Rest.TagsRestResource.GetByName C# (CSharp) Méthode

GetByName() public méthode

public GetByName ( string tagName ) : List
tagName string
Résultat List
        public List<Tag> GetByName(string tagName)
        {
            throw new System.NotImplementedException();
        }