From b44f957e6d886387e9f275dfb623540ae0acd737 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 1 Dec 2022 19:19:47 +0800 Subject: Restructure crupest-api. --- .../crupest-api/CrupestApi/Config/TodosConfiguration.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs (limited to 'docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs') diff --git a/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs b/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs deleted file mode 100644 index 68f893a..0000000 --- a/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.ComponentModel.DataAnnotations; - -namespace CrupestApi.Config -{ - public class TodoConfiguration - { - [Required] - public string Username { get; set; } = default!; - [Required] - public int ProjectNumber { get; set; } = default!; - [Required] - public string Token { get; set; } = default!; - public int? Count { get; set; } - } -} \ No newline at end of file -- cgit v1.2.3