Exemplo n.º 1
0
 public int Update()
 {
     return(ShipmentDAO.Update(this));
 }
Exemplo n.º 2
0
 public int Delete()
 {
     return(ShipmentDAO.Delete(this));
 }
Exemplo n.º 3
0
 public int Insert()
 {
     return(ShipmentDAO.Insert(this));
 }