Skip to content

Commit

Permalink
Added Documentiation to SteeringCommitte model and moved into People …
Browse files Browse the repository at this point in the history
…model (#283)

* Moved SteeringCommitte model into People model

* Fixed Merge Issue

---------

Co-authored-by: Joseph Ortiz <[email protected]>
  • Loading branch information
TortillaWrappedParrot and JoeProgrammer88 authored Dec 11, 2023
1 parent eb8a421 commit 02a178c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 9 additions & 1 deletion PC2/Models/People.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;

namespace PC2.Models
{
Expand Down Expand Up @@ -69,4 +69,12 @@ public string? PhoneDisplay
}
}
}

/// <summary>
/// Represents a member of the steering committee
/// </summary>
public class SteeringCommittee : People
{

}
}
6 changes: 0 additions & 6 deletions PC2/Models/SteeringCommittee.cs

This file was deleted.

0 comments on commit 02a178c

Please sign in to comment.