EasyBike.Models.ContractService.ContractService C# (CSharp) Method

ContractService() public method

public ContractService ( ILocalisationService localisationService, IStorageService storageService ) : EasyBike.Models.Storage
localisationService ILocalisationService
storageService IStorageService
return EasyBike.Models.Storage
        public ContractService(ILocalisationService localisationService, IStorageService storageService)
        {
            _localisationService = localisationService;
            _storageService = storageService;
            // GetContractsAsync().ConfigureAwait(false);
        }