Exemplo n.º 1
0
 public async Task <IActionResult> GetByIdUser(int idUser)
 {
     return(Ok(await khachHangService.GetByIdUser(idUser)));
 }
Exemplo n.º 2
0
 public async Task <IActionResult> GetByIdUser()
 {
     return(Ok(await _khachHangService.GetByIdUser(User.GetIdUser())));
 }