コード例 #1
0
 public Task <NotPayedTrip> GetNotPayedTripsAsync()
 {
     return(serverApiService.GetNotPayedTripsAsync());
 }