public SpellReagentsService(SpellReagentsRepository repo) { _repo = repo; }
public SpellsService(SpellsRepository repo, SpellReagentsRepository srRepo) { _repo = repo; _srRepo = srRepo; }