public FeedBackCollectionService(FeedBackCollectionDbContext context) { _context = context; }
public CommentsInfoService(FeedBackCollectionDbContext context) { _context = context; }
public PostInfoService(FeedBackCollectionDbContext context) { _context = context; }