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

GetByPostId() public méthode

public GetByPostId ( int postId ) : List
postId int
Résultat List
        public List<Tag> GetByPostId(int postId)
        {
            throw new System.NotImplementedException();
        }