示例#1
0
 public async Task <bool> CheckIfExistOrderByUserAsync(string userId)
 {
     return(await _pedidoService.CheckIfExistOrderByUserAsync(userId));
 }