public ArticleService(LikeButtonContext context)
 {
     Context = context;
 }
Пример #2
0
 public LikesController(LikeButtonContext context)
 {
     _context = context;
 }