Esempio n. 1
0
 partial void DeleteReqOvertime(ReqOvertime instance);
Esempio n. 2
0
 partial void InsertReqOvertime(ReqOvertime instance);
Esempio n. 3
0
 partial void UpdateReqOvertime(ReqOvertime instance);
Esempio n. 4
0
		private void detach_ReqOvertimes(ReqOvertime entity)
		{
			this.SendPropertyChanging();
			entity.Employee = null;
		}