예제 #1
0
 public async Task SetBookingsCount()
 {
     BookingsCount = await statsService.GetBookingsCount();
 }