Recreated project with project template
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
namespace MoonlightServers.ApiServer.Database.Entities;
|
||||
|
||||
public class StarDockerImage
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Identifier { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
|
||||
public bool AutoPulling { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user