Пример #1
0
 public bool ThemCTHoaDon(Ct_HoaDon cthd)
 {
     try
     {
         _repository.themCTHD(cthd);
     }
     catch
     {
         return(false);
     }
     return(true);
 }