Beispiel #1
0
 public ActionResult <IEnumerable <Promotion> > Get()
 {
     return(Ok(_promotionRepository.FindAll()));
 }