public ArticleService(SemkovoDbContext db) { this.db = db; }
public CommentService(SemkovoDbContext db) { this.db = db; }
public UserService(SemkovoDbContext db) { this.db = db; }