public bool Delete(int GiangVienId) { try { giangVienrepository.Delete(GiangVienId); return(true); } catch { return(false); } }
public bool delete(int KqhtId) { try { diemdanhrepository.Delete(KqhtId); return(true); } catch { return(false); } }
public bool Delete(int MonHocId) { try { monHocrepository.Delete(MonHocId); return(true); } catch { return(false); } }
public bool Delete(int SinhvienId) { try { sinhVienRepository.Delete(SinhvienId); return(true); } catch { return(false); } }
public bool delete(int KqhtId) { try { ketquahoctaprepository.Delete(KqhtId); return(true); } catch { return(false); } }
public bool Delete(int hockyId) { try { hocKyrepository.Delete(hockyId); return(true); } catch { return(false); } }
public bool delete(int LhpId) { try { lopHocPhanrepository.Delete(LhpId); return(true); } catch { return(false); } }
public bool delete(int KhocHocID) { try { khoaHocRepository.Delete(KhocHocID); return(true); } catch { return(false); } }