Files
SkydiveLogs/Back/skydiveLogs-api.Domain/CacheType.cs
Sébastien André 143127cd01 Add a cache system on the referential info
+ Add an identity service
2021-04-17 22:17:45 +02:00

10 lines
144 B
C#

namespace skydiveLogs_api.Domain
{
public enum CacheType
{
Gear,
JumpType,
Aircraft,
DropZone
}
}