C# (CSharp) CityDataModel Namespace

Nested Namespaces

CityDataModel.Entities

Classes

Name Description
DataAccess This is the data access layer. Whenever code wants to get/put/search something in the database, it should use this class like this: using(var model = DataAccess.Get()){ model.(whatever i want) }