2024-03-29 17:19:42 -05:00
|
|
|
|
using System.ComponentModel.DataAnnotations.Schema;
|
|
|
|
|
|
|
2024-08-04 18:44:33 -05:00
|
|
|
|
namespace LANCommander.Server.Data.Models
|
2024-03-29 17:19:42 -05:00
|
|
|
|
{
|
|
|
|
|
|
[Table("Engines")]
|
2024-06-30 22:55:55 -05:00
|
|
|
|
public class Engine : BaseTaxonomyModel
|
2024-03-29 17:19:42 -05:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|