Exemplo n.º 1
0
 public ThemNV(IBienCheServices bienCheServices, ICapBacServices capBacServices, IChucVuServices chucVuServices,
               INhanVienServices nhanVienServices, IPhongBanServices phongBanServices, IThanhPhoServices thanhPhoServices)
 {
     this.nhanVienServices = nhanVienServices;
     this.phongBanServices = phongBanServices;
     this.thanhPhoServices = thanhPhoServices;
     this.chucVuServices   = chucVuServices;
     this.capBacServices   = capBacServices;
     this.bienCheServices  = bienCheServices;
     InitializeComponent();
 }
Exemplo n.º 2
0
 public REPORT(IBienCheServices bienCheServices, ICapBacServices capBacServices, IChucVuServices chucVuServices, INhanVienServices nhanVienServices,
               IPhongBanServices phongBanServices, IThanhPhoServices thanhPhoServices, ILoaiHopDongServices loaiHopDongServices,
               ITrinhDoServices trinhDoServices)
 {
     this.bienCheServices     = bienCheServices;
     this.capBacServices      = capBacServices;
     this.chucVuServices      = chucVuServices;
     this.nhanVienServices    = nhanVienServices;
     this.phongBanServices    = phongBanServices;
     this.thanhPhoServices    = thanhPhoServices;
     this.loaiHopDongServices = loaiHopDongServices;
     this.trinhDoServices     = trinhDoServices;
     InitializeComponent();
 }
Exemplo n.º 3
0
 public DanhSachNhanVien(IHopDongServices hopDongServices, INhanVienServices nhanVienServices, IPhongBanServices phongBanServices,
                         IThanhPhoServices thanhPhoServices, IChucVuServices chucVuServices,
                         ICapBacServices capBacServices, IBienCheServices bienCheServices, ILoaiHopDongServices loaiHopDongServices,
                         IThongTinTrinhDoServices thongTinTrinhDoServices, IThongTinGiaDinhServices giaDinhServices, ITrinhDoServices trinhDoServices)
 {
     this.hopDongServices         = hopDongServices;
     this.nhanVienServices        = nhanVienServices;
     this.phongBanServices        = phongBanServices;
     this.thanhPhoServices        = thanhPhoServices;
     this.chucVuServices          = chucVuServices;
     this.capBacServices          = capBacServices;
     this.bienCheServices         = bienCheServices;
     this.loaiHopDongServices     = loaiHopDongServices;
     this.thongTinTrinhDoServices = thongTinTrinhDoServices;
     this.giaDinhServices         = giaDinhServices;
     this.trinhDoServices         = trinhDoServices;
     InitializeComponent();
 }
Exemplo n.º 4
0
 public Dang_nhap(IBienCheServices bienCheServices, ICapBacServices capBacServices, IChucVuServices chucVuServices,
                  IHopDongServices hopDongServices, IKhenThuongServices khenThuongServices, IKyLuatServices kyLuatServices, ILoaiHopDongServices loaiHopDongServices,
                  INhanVienServices nhanVienServices, IPhongBanServices phongBanServices, IThanhPhoServices thanhPhoServices, IThongTinGiaDinhServices thongTinGiaDinhServices,
                  IThongTinServices thongTinServices, IThongTinTrinhDoServices thongTinTrinhDoServices, ITrinhDoServices trinhDoServices)
 {
     this.bienCheServices         = bienCheServices;
     this.capBacServices          = capBacServices;
     this.chucVuServices          = chucVuServices;
     this.hopDongServices         = hopDongServices;
     this.khenThuongServices      = khenThuongServices;
     this.kyLuatServices          = kyLuatServices;
     this.loaiHopDongServices     = loaiHopDongServices;
     this.nhanVienServices        = nhanVienServices;
     this.phongBanServices        = phongBanServices;
     this.thanhPhoServices        = thanhPhoServices;
     this.thongTinGiaDinhServices = thongTinGiaDinhServices;
     this.thongTinServices        = thongTinServices;
     this.thongTinTrinhDoServices = thongTinTrinhDoServices;
     this.trinhDoServices         = trinhDoServices;
     InitializeComponent();
 }
Exemplo n.º 5
0
 public QuanLyChucVu(IChucVuServices chucVuServices)
 {
     this._chucVuServices = chucVuServices;
     InitializeComponent();
 }
Exemplo n.º 6
0
 public ChucVusController(IChucVuServices chucVuServices)
 {
     _chucVuServices = chucVuServices;
 }