C# Class eShopOnContainers.Core.Services.Location.LocationService

Inheritance: ILocationService
Afficher le fichier Open project: dotnet-architecture/eshop-mobile-client

Méthodes publiques

Méthode Description
LocationService ( IRequestProvider requestProvider ) : System
UpdateUserLocation ( eShopOnContainers.Core.Models.Location.Location newLocReq, string token ) : Task

Method Details

LocationService() public méthode

public LocationService ( IRequestProvider requestProvider ) : System
requestProvider IRequestProvider
Résultat System

UpdateUserLocation() public méthode

public UpdateUserLocation ( eShopOnContainers.Core.Models.Location.Location newLocReq, string token ) : Task
newLocReq eShopOnContainers.Core.Models.Location.Location
token string
Résultat Task