예제 #1
0
파일: Person.cs 프로젝트: GSBCfamily/bvcms
		private void detach_People(BackgroundCheck entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
예제 #2
0
파일: Person.cs 프로젝트: GSBCfamily/bvcms
		private void detach_BackgroundChecks(BackgroundCheck entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}