Exemple #1
0
 public AddInterventoNotifier(INotifyInserimentoChiamata sender, ICallMatrix callMatrix,
                              IGetSintesiRichiestaAssistenzaByCodice getSintesiRichiestaByCodice)
 {
     _sender     = sender;
     _callMatrix = callMatrix;
     _getSintesiRichiestaByCodice = getSintesiRichiestaByCodice;
 }
Exemple #2
0
 public ConfermaPartenzeNotification(INotificationConfermaPartenze sender, ICallMatrix callMatrix)
 {
     _sender     = sender;
     _callMatrix = callMatrix;
 }