public CommentService(IPostUnitOfWork postUnitOfWork) { _postUnitOfWork = postUnitOfWork; }
public PostService(IPostUnitOfWork postUnitOfWork) { _postUnitOfWork = postUnitOfWork; }
public CatergoryService(IPostUnitOfWork postUnitOfWork, ICurrentUserService currentUserService) { _postUnitOfWork = postUnitOfWork; _currentUserService = currentUserService; }