Example #1
0
 public QuanLyNhanVienPhuCapSv(INhanVienAc nhanVienAc, IChiTietNhanVienAc chiTietNhanVienAc,
                               IPhongBanAc phongBanAc, IChucVuAc chucVuAc, IPhuCapAc phuCapAc, INhanVienPhuCapAc nhanVienPhuCapAc,
                               IHopDongAc hopDongAc, IAccountAc accountAc)
 {
     this.nhanVienAc        = nhanVienAc;
     this.chiTietNhanVienAc = chiTietNhanVienAc;
     this.phongBanAc        = phongBanAc;
     this.chucVuAc          = chucVuAc;
     this.phuCapAc          = phuCapAc;
     this.nhanVienPhuCapAc  = nhanVienPhuCapAc;
     this.accountAc         = accountAc;
 }
Example #2
0
 public NhanVienPhuCapSv(INhanVienPhuCapAc nhanVienPhuCapAc)
 {
     this.nhanVienPhuCapAc = nhanVienPhuCapAc;
 }