Skip to content
Snippets Groups Projects
Area.cs 87 B
namespace FitConnect.Models;

public record Area(string Id, string Name, string Type);