Uses of Class
com.restapi.template.api.community.post.service.PostService
-
Packages that use PostService Package Description com.restapi.template.api.community.post.controller com.restapi.template.api.user.controller -
-
Uses of PostService in com.restapi.template.api.community.post.controller
Fields in com.restapi.template.api.community.post.controller declared as PostService Modifier and Type Field Description private PostServicePostController. postService -
Uses of PostService in com.restapi.template.api.user.controller
Fields in com.restapi.template.api.user.controller declared as PostService Modifier and Type Field Description private PostServiceUserController. postService
-