Esempio n. 1
0
 public AnticipationController(IPaymentDbService paymentDbService, IAnticipationService anticipationDbService)
 {
     _paymentDbService      = paymentDbService;
     _anticipationDbService = anticipationDbService;
 }