Beispiel #1
0
 private void detach_Pagamentos(Pagamento entity)
 {
     this.SendPropertyChanging();
     entity.Funcionario = null;
 }
Beispiel #2
0
 partial void UpdatePagamento(Pagamento instance);
Beispiel #3
0
 partial void DeletePagamento(Pagamento instance);
Beispiel #4
0
 partial void InsertPagamento(Pagamento instance);