Exemple #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;
 }
Exemple #2
0
 public PhuCapSv(IPhuCapAc phuCapAc)
 {
     this.phuCapAc = phuCapAc;
 }