示例#1
0
 public async Task <bool> UpdateTotalRevenue(Guid userGuid)
 {
     dbSiteUser.UpdateTotalRevenue(userGuid);
     return(true);
 }
示例#2
0
 public async Task <bool> UpdateTotalRevenue(Guid userGuid)
 {
     return(await dbSiteUser.UpdateTotalRevenue(userGuid));
 }