예제 #1
0
 public Bestelling Create(Bestelling entity)
 {
     return(bestellingDAO.Create(entity));
 }