コード例 #1
0
 partial void DeleteRecall(Recall instance);
コード例 #2
0
 partial void UpdateRecall(Recall instance);
コード例 #3
0
 partial void InsertRecall(Recall instance);
コード例 #4
0
		private void detach_Recall(Recall entity)
		{
			this.SendPropertyChanging();
			entity.Doctor = null;
		}
コード例 #5
0
		private void attach_Recall(Recall entity)
		{
			this.SendPropertyChanging();
			entity.Doctor = this;
		}
コード例 #6
0
 public void SaveRecall(Recall currentRecall)
 {
     _repository.AddRecall(currentRecall);
 }