Exemplo n.º 1
0
 public bool UpdateOwnerShipData(OwnerShipModel ownerShipModel) => (ownerShipModel.BookId > 0) ? updateItem(ownerShipModel) : false;
Exemplo n.º 2
0
 public bool AddOwnerShipData(OwnerShipModel ownerShipModel) => (ownerShipModel.BookId > 0) ? addItem(ownerShipModel) : false;