Implement EnemiesService.cs

This commit is contained in:
2020-03-07 11:29:00 +01:00
parent 9d53da530a
commit b9e7ae45f6
6 changed files with 103 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
namespace EstusShots.Shared.Dto
{
@@ -15,6 +15,6 @@ namespace EstusShots.Shared.Dto
public Guid? SeasonId { get; set; }
public Season Season { get; set; }
public List<Season> Seasons { get; set; }
}
}