C# (CSharp) CityDataModel Пространство имен

Пространства имен

CityDataModel.Entities

Классы

Имя Описание
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) }