예제 #1
0
 public bool Update(Bestelling obj)
 {
     return(context.Update(obj));
 }
예제 #2
0
 public bool Update(Bestelling entity)
 {
     return(bestellingContext.Update(entity));
 }