public async Task <ActionResult <IEnumerable <Promocode> > > Get(long id) { return(new ObjectResult(await _repo.GetAllPromocodes(id))); }