Beispiel #1
0
 public int delete(Coffee coffee)
 {
     return(db.Delete(coffee));
 }
Beispiel #2
0
 public int insert(Coffee coffee)
 {
     return(db.Insert(coffee));
 }