refactor: code cleaning

This commit is contained in:
Polianin Nikita 2024-06-01 10:59:23 +03:00
parent 9c56fa582b
commit 2e64caf6ea
3 changed files with 3 additions and 9 deletions

View File

@ -50,8 +50,8 @@ public class GroupScheduleInfo
/// If is <see langword="null"/>, then there are no specific <see cref="Weeks"/>
/// </remarks>
///
public bool? IsExcludedWeeks { get; set; }
/// <summary>
/// The week numbers required for the correct display of the schedule.
/// <br/>

View File

@ -1,6 +0,0 @@
@Backend_HostAddress = http://localhost:5269
GET {{Backend_HostAddress}}/weatherforecast/
Accept: application/json
###

View File

@ -1,7 +1,7 @@
using System;
using Mirea.Api.DataAccess.Persistence.Common;
using Mirea.Api.DataAccess.Persistence.Common;
using Mirea.Api.Endpoint.Configuration.General.Attributes;
using Mirea.Api.Endpoint.Configuration.General.Interfaces;
using System;
namespace Mirea.Api.Endpoint.Configuration.General.Settings;