Ejemplo n.º 1
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();
 }
Ejemplo n.º 2
0
 public ThongTinKhenThuong(INhanVienServices nhanVienServices, IKhenThuongServices khenThuongServices)
 {
     this._nhanVienServices   = nhanVienServices;
     this._khenThuongServices = khenThuongServices;
     InitializeComponent();
 }