Beispiel #1
0
 public NguoiDung GetByIdTaiKhoan(int id)
 {
     return(_nguoiDungRepository.GetByIdTaiKhoan(id));
 }