public KT_SANLUONG_FAO_NHOMNGHE(string _Ma_TTP, int _Thang, int _Nam, DM_NHOMNGHE _DNhomNghe, List <DNHOM_TAU> _NhomTaus, Dictionary <string, KT_SANLUONG_FAO_NHOMTAU> _dictKTSanLuong_FAO)
 {
     this.MA_TTP                  = _Ma_TTP;
     this.THANG                   = _Thang;
     this.NAM                     = _Nam;
     this.DNhomNghe               = _DNhomNghe;
     this.NhomTaus                = _NhomTaus;
     this.dictKTSanLuong_FAO      = _dictKTSanLuong_FAO;
     this.KT_SanLuong_FAO_NhomTau = new List <KT_SANLUONG_FAO_NHOMTAU>();
 }
 public KT_SANLUONG_FAO_NHOMLOAI(string _Ma_TTP, int _Thang, int _Nam, DM_NHOMNGHE _DNhomNghe, Dictionary <string, double> _dictSanLuongNhomLoaiNhomNgheMau, Dictionary <string, string> _dictNhomLoai, double _KT_SanLuong_NhomNghe, double _KT_TongSanLuong_NhomNghe_Mau)
 {
     this.MA_TTP    = _Ma_TTP;
     this.THANG     = _Thang;
     this.NAM       = _Nam;
     this.DNhomNghe = _DNhomNghe;
     this.dictKT_SANLUONG_NHOMLOAI_NHOMNGHE_MAU = _dictSanLuongNhomLoaiNhomNgheMau;
     this.dictNHOMLOAIs                  = _dictNhomLoai;
     this.dKT_SANLUONG_NHOMNGHE          = _KT_SanLuong_NhomNghe;
     this.dKT_TONG_SANLUONG_NHOMNGHE_MAU = _KT_TongSanLuong_NhomNghe_Mau;
 }