Esempio n. 1
0
 public NguoiDung Delete(int id)
 {
     return(_nguoiDungRepository.Delete(id));
 }