Add a cache system on the referential info
+ Add an identity service
This commit is contained in:
10
Back/skydiveLogs-api.Domain/CacheType.cs
Normal file
10
Back/skydiveLogs-api.Domain/CacheType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public enum CacheType
|
||||
{
|
||||
Gear,
|
||||
JumpType,
|
||||
Aircraft,
|
||||
DropZone
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user