public CalculateLogistis(ICountryDeliverablesService countryDeliverableSevice, ICountryPriceService countryPriceService, IUnitsService unitsService ) { _countryDeliverableSevice = countryDeliverableSevice; _countryPriceService = countryPriceService; _unitsService = unitsService; }
public CalculateLogistis() { _countryDeliverableSevice = new CountryDeliverablesService(); _countryPriceService = new CountryPriceService(); _unitsService = new UnitsService(); }