Skip to content

Commit

Permalink
Create Adoption.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Sep 24, 2024
1 parent c9413d7 commit 67466e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/gap/Adoption.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace Nexuria.GAP.Models
{
public class Adoption
{
public int Id { get; set; }
public string Name { get; set; }
public string Description { get; set; }
public DateTime Date { get; set; }
}
}

0 comments on commit 67466e0

Please sign in to comment.