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