コード例 #1
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
		private void detach_StudentClothes(StudentClothe entity)
		{
			this.SendPropertyChanging();
			entity.SchoolClothe = null;
		}
コード例 #2
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void UpdateStudentClothe(StudentClothe instance);
コード例 #3
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void DeleteStudentClothe(StudentClothe instance);
コード例 #4
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void InsertStudentClothe(StudentClothe instance);