Exemplo n.º 1
0
 public int delete(Coffee coffee)
 {
     return(db.Delete(coffee));
 }
Exemplo n.º 2
0
 public int insert(Coffee coffee)
 {
     return(db.Insert(coffee));
 }