public bool Update(Bestelling obj) { return(context.Update(obj)); }
public bool Update(Bestelling entity) { return(bestellingContext.Update(entity)); }