initial commit
This commit is contained in:
9
packages/backend/Data/Person.cs
Normal file
9
packages/backend/Data/Person.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YaleAccess.Data
|
||||
{
|
||||
public class Person
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string PhoneNumber { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user