Initial work on getting minimal API to work
This commit is contained in:
12
AS1024.GeoFeed.Core.SqliteGeoFeedCache/GeoFeedCacheEntry.cs
Normal file
12
AS1024.GeoFeed.Core.SqliteGeoFeedCache/GeoFeedCacheEntry.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using AS1024.GeoFeed.Models;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace AS1024.GeoFeed.Core.GeoFeedSqliteLocalCache
|
||||
{
|
||||
public class GeoFeedCacheEntry : IPGeoFeed
|
||||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user