Example #1
0
 public List <BestellingProduct> GetAllById(long id)
 {
     return(context.GetAllById(id));
 }