예제 #1
0
파일: City.cs 프로젝트: kioltk/mvc
 public CityView(cities c)
 {
     _c = c;
 }
예제 #2
0
 partial void Deletecities(cities instance);
예제 #3
0
 partial void Updatecities(cities instance);
예제 #4
0
 partial void Insertcities(cities instance);
예제 #5
0
		private void detach_cities(cities entity)
		{
			this.SendPropertyChanging();
			entity.districts = null;
		}
예제 #6
0
		private void attach_cities(cities entity)
		{
			this.SendPropertyChanging();
			entity.districts = this;
		}