Blog.Services.Implementation.PostLikesService.Get C# (CSharp) Méthode

Get() public méthode

public Get ( int postId ) : List
postId int
Résultat List
        public List<PostLike> Get(int postId)
        {
            return _postLikesLogic.Get(postId);
        }