예제 #1
0
 public bool UpdateOwnerShipData(OwnerShipModel ownerShipModel) => (ownerShipModel.BookId > 0) ? updateItem(ownerShipModel) : false;
예제 #2
0
 public bool AddOwnerShipData(OwnerShipModel ownerShipModel) => (ownerShipModel.BookId > 0) ? addItem(ownerShipModel) : false;