Esempio n. 1
0
 public async Task <int> GetCount(DateTime today)
 {
     return(await _service.QueryCount <VipDemandService, VipDemand>(today));
 }