Blog.Services.Helpers.Rest.TagsRestResource.GetByName C# (CSharp) 메소드

GetByName() 공개 메소드

public GetByName ( string tagName ) : List
tagName string
리턴 List
        public List<Tag> GetByName(string tagName)
        {
            throw new System.NotImplementedException();
        }