hold17 / cphindustries

App for CPH Industries to manage weapons made for movies.
MIT License
0 stars 1 forks source link

Fix ShootWeaponDao and SceneDao #99

Closed Okjonas closed 6 years ago

Okjonas commented 6 years ago

Interface Keys in ShootWeaponDao are changed from (int shootWeaponId) to (int shootId, int weaponId)

Added sceneId in SceneDao update method.