Example #1
0
 public Boolean CheckExistsThoiKhoaBieuByMaLop(int MaLop)
 {
     return(Convert.ToBoolean(DB.usp_CheckExistsThoiKhoaBieuBy_MaLop(MaLop)));
 }