Exemplo n.º 1
0
 // GET api/abonemment/5
 public IEnumerable <Data.Abonnement> Get(int kundeId)
 {
     return(_service.GetAbonnements(kundeId));
 }