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