combine competitionlist with combobox
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Nullable>disable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
14
Apollon.Domain/Models/Competition.cs
Normal file
14
Apollon.Domain/Models/Competition.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Apollon.Domain.Models
|
||||
{
|
||||
public class Competition
|
||||
{
|
||||
public string CompetitionName{ get; set; }
|
||||
public string CompetitionImage{ get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user