Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

File metadata and controls

30 lines (18 loc) · 1.1 KB

TrashMob.Models

Overview

The TrashMob.Models project contains the core data models for the TrashMob solution. These models define the structure for entities such as events, users, and locations, which are shared across the application.

Key Contents

  • Entity classes for business objects (e.g., events, users, pickup locations)
  • Data annotations for validation and schema definition
  • Shared types for communication between backend and client

Technologies

  • .NET 10: Modern .NET platform
  • NetTopologySuite: Advanced spatial/geographic data operations

Usage

Reference this project from other solution components to access shared models and ensure consistency in data structures.

Related Documentation


For questions or contributions, please refer to the main repository TrashMob-eco/TrashMob.