a better result
This commit is contained in:
12
src/isnd/Data/Packages/Catalog/PackageEntry.cs
Normal file
12
src/isnd/Data/Packages/Catalog/PackageEntry.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using isnd.Interfaces;
|
||||
|
||||
namespace isnd.Data.Packages.Catalog
|
||||
{
|
||||
public class PackageEntry : IObject
|
||||
{
|
||||
public string CommitId => throw new NotImplementedException();
|
||||
|
||||
public DateTimeOffset CommitTimeStamp => throw new NotImplementedException();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user