outbaksean / EveCombatLog

A tool for Eve Online capsuleers to log combat interactions in order to improve their PvP skill.
MIT License
0 stars 0 forks source link

Create DB Model for use by API #2

Open outbaksean opened 4 years ago

outbaksean commented 4 years ago

Fitting and Log Entry classes with relevant properties for the API to use.

outbaksean commented 4 years ago

En the EveCombatLogSolution the project EveCombatLogModel contains classes to be used by the API and DBHelper: Fiting and CombatLogEntry. It also contains an IDBHelper interface to ensure decoupling of API and DB.