示例#1
0
 public bool Remove(Bestelling entity)
 {
     return(bestellingContext.Remove(entity));
 }