コード例 #1
0
 public void Update(Bestelling entity)
 {
     bestellingDAO.Update(entity);
 }