Exemplo n.º 1
0
 public AddInterventoNotifier(INotifyInserimentoChiamata sender, ICallMatrix callMatrix,
                              IGetSintesiRichiestaAssistenzaByCodice getSintesiRichiestaByCodice)
 {
     _sender     = sender;
     _callMatrix = callMatrix;
     _getSintesiRichiestaByCodice = getSintesiRichiestaByCodice;
 }
Exemplo n.º 2
0
 public ConfermaPartenzeNotification(INotificationConfermaPartenze sender, ICallMatrix callMatrix)
 {
     _sender     = sender;
     _callMatrix = callMatrix;
 }