using System.ComponentModel.DataAnnotations.Schema;
namespace LANCommander.Server.Data.Models
{
[Table("Platforms")]
public class Platform : BaseTaxonomyModel
}