mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
reformatted models
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
namespace Model.GradingPeriods {
|
||||
public class RedundantGradingPeriodResponse {
|
||||
[JsonPropertyName("grading_periods")]
|
||||
public IEnumerable<GradingPeriodModel> GradingPeriods { get; set; }
|
||||
}
|
||||
namespace CanvasModel.GradingPeriods;
|
||||
public class RedundantGradingPeriodResponse
|
||||
{
|
||||
[JsonPropertyName("grading_periods")]
|
||||
public IEnumerable<GradingPeriodModel> GradingPeriods { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user