public ArticleService(LikeButtonContext context) { Context = context; }
public LikesController(LikeButtonContext context) { _context = context; }