public bool Delete(int GiangVienId)
 {
     try
     {
         giangVienrepository.Delete(GiangVienId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 2
0
 public bool delete(int KqhtId)
 {
     try
     {
         diemdanhrepository.Delete(KqhtId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 3
0
 public bool Delete(int MonHocId)
 {
     try
     {
         monHocrepository.Delete(MonHocId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 4
0
 public bool Delete(int SinhvienId)
 {
     try
     {
         sinhVienRepository.Delete(SinhvienId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 5
0
 public bool delete(int KqhtId)
 {
     try
     {
         ketquahoctaprepository.Delete(KqhtId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 6
0
 public bool Delete(int hockyId)
 {
     try
     {
         hocKyrepository.Delete(hockyId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 7
0
 public bool delete(int LhpId)
 {
     try
     {
         lopHocPhanrepository.Delete(LhpId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
Exemplo n.º 8
0
 public bool delete(int KhocHocID)
 {
     try
     {
         khoaHocRepository.Delete(KhocHocID);
         return(true);
     }
     catch
     {
         return(false);
     }
 }