mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add software variant.
This commit is contained in:
@@ -29,7 +29,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Marechai.Database.Models
|
||||
{
|
||||
public class BasePhoto : BaseModel<Guid>
|
||||
public abstract class BasePhoto : BaseModel<Guid>
|
||||
{
|
||||
public double? Aperture { get; set; }
|
||||
public string Author { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user