Ejemplo n.º 1
0
 public List <Bestelling> GetAllFromUser(long id)
 {
     return(context.GetAllFromUser(id));
 }