コード例 #1
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
		private void detach_UsersInRoles(UsersInRole entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
コード例 #2
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
		private void attach_UsersInRoles(UsersInRole entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
コード例 #3
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void UpdateUsersInRole(UsersInRole instance);
コード例 #4
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void DeleteUsersInRole(UsersInRole instance);
コード例 #5
0
ファイル: SupplySystem.cs プロジェクト: BehnamAbdy/Setad
 partial void InsertUsersInRole(UsersInRole instance);