Ejemplo n.º 1
0
 public static void updateCDUD(int machuyende, string tenchuyende, int sosinhvien, DateTime deadline)
 {
     ChuyenDe_DAO.updateCDUD(machuyende, tenchuyende, sosinhvien, deadline);
 }
Ejemplo n.º 2
0
 public static void xoaCD(int machuyende)
 {
     ChuyenDe_DAO.xoaCD(machuyende);
 }
Ejemplo n.º 3
0
 public static int kiemtraMaGV(int machuyende)
 {
     return(ChuyenDe_DAO.kiemtraMaGV(machuyende));
 }
Ejemplo n.º 4
0
 public static void updateCDĐ(int machuyende)
 {
     ChuyenDe_DAO.updateCDĐ(machuyende);
 }
Ejemplo n.º 5
0
 public static void updateCD(int machuyende, int soluongsinhvientoida, int sonhomtoida, DateTime deadline)
 {
     ChuyenDe_DAO.updateCD(machuyende, soluongsinhvientoida, sonhomtoida, deadline);
 }
Ejemplo n.º 6
0
 public static int layMaGV(string taikhoan)
 {
     return(ChuyenDe_DAO.layMaGV(taikhoan));
 }
Ejemplo n.º 7
0
 public static void insertCD(string tenchuyende, int sosinhvien, DateTime handangky)
 {
     ChuyenDe_DAO.insertCD(tenchuyende, sosinhvien, handangky);
 }
Ejemplo n.º 8
0
 public static void phutrachCD(int machuyende, int magv)
 {
     ChuyenDe_DAO.phutrachCD(machuyende, magv);
 }
Ejemplo n.º 9
0
 public static List <ChuyenDe_DTO> loadChuyenDe2(int magv, string namhoc, int hocky)
 {
     return(ChuyenDe_DAO.loadChuyenDe2(magv, namhoc, hocky));
 }
Ejemplo n.º 10
0
 public static List <ChuyenDe_DTO> loadChuyenDeXem(int hocky, string namhoc)
 {
     return(ChuyenDe_DAO.loadChuyenDeXem(hocky, namhoc));
 }
Ejemplo n.º 11
0
 public static List <ChuyenDe_DTO> loadChuyenDe1()
 {
     return(ChuyenDe_DAO.loadChuyenDe1(layhk()));
 }
Ejemplo n.º 12
0
 public static int layhk()
 {
     return(ChuyenDe_DAO.kiemtraHK());
 }
Ejemplo n.º 13
0
 public static int laymacd(string tencd)
 {
     return(ChuyenDe_DAO.laymacd(tencd));
 }