mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Major refactor and cleanup.
This commit is contained in:
@@ -25,13 +25,12 @@
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Marechai.Database.Models
|
||||
namespace Marechai.Database.Models;
|
||||
|
||||
public class InstructionSetsBySoftwareVariant : BaseModel<ulong>
|
||||
{
|
||||
public class InstructionSetsBySoftwareVariant : BaseModel<ulong>
|
||||
{
|
||||
[Required]
|
||||
public virtual InstructionSet InstructionSet { get; set; }
|
||||
[Required]
|
||||
public virtual SoftwareVariant SoftwareVariant { get; set; }
|
||||
}
|
||||
[Required]
|
||||
public virtual InstructionSet InstructionSet { get; set; }
|
||||
[Required]
|
||||
public virtual SoftwareVariant SoftwareVariant { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user