Ejemplo n.º 1
0
 public bool Them(TheLoaiDTO tlDTO)
 {
     if (tlDTO.Ten == "")
     {
         throw new Exception("Chưa nhập tên thể loại!");
     }
     return(tlDAO.Them(tlDTO));
 }