Пример #1
0
        public void Delete_ChiTietLichTrinhCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
        {
            List <SqlParameter> sqlParams = new List <SqlParameter> {
                new SqlParameter("@MaLichTrinhCaLamViec", _chiTietLichTrinhChoCaLamViecDTO.MaLichTrinhCaLamViec)
            };

            base.Procedure("LichTrinhCaLamViec_delete", sqlParams);
        }
Пример #2
0
        public DataTable get_ChiTietLichTrinhChoCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
        {
            List <SqlParameter> sqlParams = new List <SqlParameter> {
                new SqlParameter("@MaLichTrinhCaLamViec", _chiTietLichTrinhChoCaLamViecDTO.MaLichTrinhCaLamViec)
            };

            return(base.executeNonQuerya("LichTrinhCaLamViec_get", sqlParams));
        }
Пример #3
0
        public DataTable ChiTietLichTrinhCaLamViec_getByID(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
        {
            List <SqlParameter> sqlParams = new List <SqlParameter> {
                new SqlParameter("@ID", _chiTietLichTrinhChoCaLamViecDTO.ID)
            };

            return(base.executeNonQuerya("ChiTietLichTrinhCaLamViec_getByID", sqlParams));
        }
Пример #4
0
        public DataTable ChiTietLichTrinhCaLamViec_NhanCa(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
        {
            List <SqlParameter> sqlParams = new List <SqlParameter> {
                new SqlParameter("@MaLichTrinhCaLamViec", _chiTietLichTrinhChoCaLamViecDTO.MaLichTrinhCaLamViec),
                new SqlParameter("@Thu", _chiTietLichTrinhChoCaLamViecDTO.Thu)
            };

            return(base.executeNonQuerya("ChiTietLichTrinhCaLamViec_NhanCa", sqlParams));
        }
Пример #5
0
        public void Insert_ChiTietLichTrinhChoCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
        {
            List <SqlParameter> sqlParams = new List <SqlParameter> {
                new SqlParameter("@MaLichTrinhCaLamViec", _chiTietLichTrinhChoCaLamViecDTO.MaLichTrinhCaLamViec),
                new SqlParameter("@Thu", _chiTietLichTrinhChoCaLamViecDTO.Thu),
                new SqlParameter("@CaThu1", _chiTietLichTrinhChoCaLamViecDTO.CaThu1),
                new SqlParameter("@CaThu2", _chiTietLichTrinhChoCaLamViecDTO.CaThu2),
                new SqlParameter("@CaThu3", _chiTietLichTrinhChoCaLamViecDTO.CaThu3),
                new SqlParameter("@CaThu4", _chiTietLichTrinhChoCaLamViecDTO.CaThu4),
                new SqlParameter("@CaThu5", _chiTietLichTrinhChoCaLamViecDTO.CaThu5),
                new SqlParameter("@CaThu6", _chiTietLichTrinhChoCaLamViecDTO.CaThu6),
                new SqlParameter("@CaThu7", _chiTietLichTrinhChoCaLamViecDTO.CaThu7),
                new SqlParameter("@CaThu8", _chiTietLichTrinhChoCaLamViecDTO.CaThu8),
                new SqlParameter("@CaThu9", _chiTietLichTrinhChoCaLamViecDTO.CaThu9),
                new SqlParameter("@CaThu10", _chiTietLichTrinhChoCaLamViecDTO.CaThu10)
            };

            base.Procedure("ChiTietLichTrinhCaLamViec_add", sqlParams);
        }
Пример #6
0
 public void InsertChiTietLichTrinhChoCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     this._chiTietLichTrinhChoCaLamViecDAL.Insert_ChiTietLichTrinhChoCaLamViec(_chiTietLichTrinhChoCaLamViecDTO);
 }
Пример #7
0
 public void UpdateChiTietLichTrinhChoCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     this._chiTietLichTrinhChoCaLamViecDAL.Update_ChiTietLichTrinhChoCaLamViec(_chiTietLichTrinhChoCaLamViecDTO);
 }
Пример #8
0
 public DataTable getChiTietLichTrinhChoCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     return(this._chiTietLichTrinhChoCaLamViecDAL.get_ChiTietLichTrinhChoCaLamViec(_chiTietLichTrinhChoCaLamViecDTO));
 }
Пример #9
0
 public void DeleteChiTietLichTrinhChoCaLamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     this._chiTietLichTrinhChoCaLamViecDAL.Delete_ChiTietLichTrinhCaLamViec(_chiTietLichTrinhChoCaLamViecDTO);
 }
Пример #10
0
 public DataTable ChiTietLichTrinhChoCaLamViecNhanCa(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     return(this._chiTietLichTrinhChoCaLamViecDAL.ChiTietLichTrinhCaLamViec_NhanCa(_chiTietLichTrinhChoCaLamViecDTO));
 }
Пример #11
0
 public DataTable ChiTietLichTrinhChoCaLamViecGetID(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     return(this._chiTietLichTrinhChoCaLamViecDAL.ChiTietLichTrinhCaLamViec_getByID(_chiTietLichTrinhChoCaLamViecDTO));
 }
Пример #12
0
 public DataTable ChiTietLichTrinhChoCaLamViecgetByMaLichTrinhCalamViec(ChiTietLichTrinhChoCaLamViecDTO _chiTietLichTrinhChoCaLamViecDTO)
 {
     return(this._chiTietLichTrinhChoCaLamViecDAL.ChiTietLichTrinhCaLamViec_getByMaLichTrinhCaLamViec(_chiTietLichTrinhChoCaLamViecDTO));
 }