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) }