Esempio n. 1
0
 public OrderService()
 {
     _productSharedService      = new ProductSharedService();
     _userSharedService         = new UserSharedService();
     _mailingLibrary            = new MailingLibrary();
     _documentInvoiceRepository = new DocumentInvoiceRepository();
 }
Esempio n. 2
0
 public UserService()
 {
     _cryptographyLibrary     = new CryptographyLibrary();
     _authentificationLibrary = new AuthentificationLibrary();
     _mailingLibrary          = new MailingLibrary();
     _userSharedService       = new UserSharedService();
 }