Пример #1
0
 public NguoiDung GetById(int id)
 {
     return(_nguoiDungRepository.GetSingleById(id));
 }