public OrderService() { _productSharedService = new ProductSharedService(); _userSharedService = new UserSharedService(); _mailingLibrary = new MailingLibrary(); _documentInvoiceRepository = new DocumentInvoiceRepository(); }
public UserService() { _cryptographyLibrary = new CryptographyLibrary(); _authentificationLibrary = new AuthentificationLibrary(); _mailingLibrary = new MailingLibrary(); _userSharedService = new UserSharedService(); }