コード例 #1
0
 public async Task PostLocation(GeolocationViewModel position)
 {
     await _gpsService.CreateLocation(position);
 }