コード例 #1
0
 public async Task <Location> GetLastLocationAsync(string userId)
 {
     return(await locationStore.GetLastLocationAsync(userId));
 }