コード例 #1
0
ファイル: Model.designer.cs プロジェクト: juanto121/CPCUPB
 partial void DeleteSolutionsPerUser(SolutionsPerUser instance);
コード例 #2
0
ファイル: Model.designer.cs プロジェクト: juanto121/CPCUPB
 partial void UpdateSolutionsPerUser(SolutionsPerUser instance);
コード例 #3
0
ファイル: Model.designer.cs プロジェクト: juanto121/CPCUPB
		private void detach_SolutionsPerUsers(SolutionsPerUser entity)
		{
			this.SendPropertyChanging();
			entity.Problem = null;
		}
コード例 #4
0
ファイル: Model.designer.cs プロジェクト: juanto121/CPCUPB
 partial void InsertSolutionsPerUser(SolutionsPerUser instance);
コード例 #5
0
ファイル: Model.designer.cs プロジェクト: juanto121/CPCUPB
		private void attach_SolutionsPerUsers(SolutionsPerUser entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}