コード例 #1
0
 public bool Delete(int GiangVienId)
 {
     try
     {
         giangVienrepository.Delete(GiangVienId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #2
0
 public bool delete(int KqhtId)
 {
     try
     {
         diemdanhrepository.Delete(KqhtId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #3
0
 public bool Delete(int MonHocId)
 {
     try
     {
         monHocrepository.Delete(MonHocId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #4
0
 public bool Delete(int SinhvienId)
 {
     try
     {
         sinhVienRepository.Delete(SinhvienId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #5
0
 public bool delete(int KqhtId)
 {
     try
     {
         ketquahoctaprepository.Delete(KqhtId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #6
0
 public bool Delete(int hockyId)
 {
     try
     {
         hocKyrepository.Delete(hockyId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #7
0
 public bool delete(int LhpId)
 {
     try
     {
         lopHocPhanrepository.Delete(LhpId);
         return(true);
     }
     catch
     {
         return(false);
     }
 }
コード例 #8
0
ファイル: KhoaHocService.cs プロジェクト: HUNGSE/WWW
 public bool delete(int KhocHocID)
 {
     try
     {
         khoaHocRepository.Delete(KhocHocID);
         return(true);
     }
     catch
     {
         return(false);
     }
 }